Rigidbody

Rigidbody

Physics
Component
Addable:
Collider
Combine:
entity
Exclusive:
Character Controller

The component of the rigid body type

Properties

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

API

Name Description
Add Force At Position Apply a force at a point. The target must be a rigidbody.
Add Torque Apply a torque to the target. The target must be a rigidbody.
Move Position Move the target rigidbody to the specified position
Move Rotation Rotate the target rigidbody
Sleep Sleep target, only available for Dynamic type rigid body
Wake Up Wake up the target, only available for Dynamic type rigid bodies
Is Sleeping Check if the target rigidbody is in sleep state
Set Sleep Threshold Setting the sleep threshold
Get Sleep Threshold Get the sleep threshold