VelocityLimitController Constructor | 
| Name | Description | |
|---|---|---|
| VelocityLimitController | 
            Initializes a new instance of the VelocityLimitController class.
            Sets the max linear velocity to Settings.MaxTranslation
            Sets the max angular velocity to Settings.MaxRotation
              | |
| VelocityLimitController(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.
              |