Click or drag to resize

PhysicsObjectIsSensor Method

Should a visual be treated as a sensor and not generate contact joints?

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

Parameters

visual  Visual

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

Return Value

Boolean

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

See Also