RevoluteJointSetLimits Method |
Set the joint limits, usually in meters.
Namespace:
Internal.tainicom.Aether.Physics2D.Dynamics.Joints
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void SetLimits(
float lower,
float upper
)
Parameters
- lower
- Type: SystemSingle
The lower limit - upper
- Type: SystemSingle
The upper limit
See Also