Click or drag to resize

PhysicsObjectBlockedTimeout Property

The amount of time to wait from a blocking event until the OnBlockedTimeout occurs. The event is not raised if the sensor is cleared during the timeout period.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public double BlockedTimeout { get; set; }

Property Value

Type: Double

Implements

ISensorBlockedTimeout
See Also