Speed | Number | The current speed of the Rigid Body component. |
Velocity | Vec3 | The current velocity of the Rigid Body component, represented as a vector. |
Angular Velocity | Vec3 | The current angular velocity of the Rigid Body component, represented as a vector. |
Total Force | Vec3 | The total force being applied to the Rigid Body component, represented as a vector. |
Total Torque | Vec3 | The total torque being applied to the Rigid Body component, represented as a vector. |
Mass | Number | The mass of the Rigid Body component, represented as a scalar value. |
Damping | Number | The damping value of the Rigid Body component, represented as a scalar value. |
Angular Damping | Number | The angular damping value of the Rigid Body component, represented as a scalar value. |
Is Static | Boolean | A boolean value indicating whether the Rigid Body component is static or dynamic. |