Skip to content

API > Physics > defaultMaxAngularSpeed


Physics.defaultMaxAngularSpeed⚓︎

Name Type
defaultMaxAngularSpeed number

Description⚓︎

Default maximum angular speed of the dynamic Rigidbody, in radians (default 50).

Extra Detail⚓︎

Controls the maximum angualr speed of the dynamic Rigidbody, measured in radians. The angular speed limit can also be modified with Rigidbody.maxAngularVelocity on a per rigid body basis.