The component of the rigid body type
Name |
Type |
Description |
Script Name |
Type |
Rigidbody Type |
Different types of rigid bodies have different functions |
Type |
Use Gravity |
Bool |
Whether it follows the gravitational law |
UseGravity |
Mass (kg) |
Float |
Mass (in kg) |
Mass |
Center of Mass |
Vector3 |
Read Only The center of mass relative to the local coordinates |
CenterOfMass |
Velocity (m/s) |
Vector3 |
Refrain from directly changing the RigidBody’s speed. You may change it using related APIs. |
Velocity |
Angular Velocity (rad/s) |
Vector3 |
\ |
AngularVelocity |
Drag |
Float |
The larger the coefficient, the faster the movement speed deceleration |
Drag |
Angular Drag |
Float |
\ |
AngularDrag |
Constrain |
Int |
Add constraints to the RigidBody. This is a compilation of RigidBody Constraint Type. |
Constrain |