Skip to content

format

typescript
Rigidbody.maxAngularVelocity

class: Rigidbody

description

The maximum angular velocity of the rigidbody.

Angular velocity is the speed at which the rigidbody rotates around its own axis, measured in radians per second.

parameter

param_nametypedescription

reture

typedescription
numberThe maximum angular velocity.

code example