Click or drag to resize

PhysicsObjectIsDeflector Method

Work out if we should get any properties from the deflector, like softness.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static bool IsDeflector(
	Visual visual
)

Parameters

visual  Visual

[Missing <param name="visual"/> documentation for "M:Demo3D.Visuals.PhysicsObject.IsDeflector(Demo3D.Visuals.Visual)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Demo3D.Visuals.PhysicsObject.IsDeflector(Demo3D.Visuals.Visual)"]

See Also