Click or drag to resize

VelocityLimitController Constructor

Overload List
 NameDescription
Public methodVelocityLimitController Initializes a new instance of the VelocityLimitController class. Sets the max linear velocity to Settings.MaxTranslation Sets the max angular velocity to Settings.MaxRotation
Public methodVelocityLimitController(Single, Single) Initializes a new instance of the VelocityLimitController class. Pass in 0 or float.MaxValue to disable the limit. maxAngularVelocity = 0 will disable the angular velocity limit.
Top
See Also