VelocityLimitController(Single, Single) Constructor |
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.
Namespace: Internal.tainicom.Aether.Physics2D.ControllersAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic VelocityLimitController(
float maxLinearVelocity,
float maxAngularVelocity
)
Parameters
- maxLinearVelocity Single
- The max linear velocity.
- maxAngularVelocity Single
- The max angular velocity.
See Also