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: 15.0.2.11458
Syntax
C#
public static bool IsSensor(
	Visual visual
)

Parameters

visual
Type: Demo3D.VisualsVisual

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

Return Value

Type: Boolean

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

See Also