Click or drag to resize

PrismaticJointVisualTargetStop Property

Property Value

Type: TargetStop
Call the script function 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: 10.0.0.6737
Syntax
C#
public TargetStop TargetStop { get; set; }

Property Value

Type: TargetStop
See Also