Click or drag to resize

RevoluteJointVisualTargetStop Property

Occurs when the joint position is within 'Notify Distance' of the Min or Max Stop value. If none then no script will be called when a stop is hit.

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

Property Value

Type: TargetStop
See Also