Click or drag to resize

PhysicsObjectOnClearedTimeout Property

Property Value

Type: SensorScriptReference
The script function to run when BodyType is Sensor and the OnClearedTimeout event is fired.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public SensorScriptReference OnClearedTimeout { get; }

Property Value

Type: SensorScriptReference
See Also