Component reference
Physics category
Rigidbody component
3min
The Rigidbody component adds physical behavior to entities, enabling them to interact with physics simulations like gravity, collisions, and forces. It defines how an entity moves and responds within the physics world.
Property | Description |
---|---|
Type | Determines the rigid body's behavior. Options include:
|
- A Rigidbody is required for an entity to participate in the physics simulation.
- To enable collision detection, you need to add a Collider component component to the entity with a Rigidbody.
- Choose the Type based on how you want the entity to behave in the scene.
Updated 14 Nov 2024
Did this page help you?