Skip to content

Commit

Permalink
Update rigidbody.md (#658)
Browse files Browse the repository at this point in the history
Removed an addition that seems incorrect and makes it unclear and corrected a typo.
  • Loading branch information
albertvanveen committed Jun 9, 2024
1 parent 56568c2 commit ec48afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-manual/scenes/components/rigidbody.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ The Rigid Body component can be enabled or disabled using the toggle in the top

![Rigid Body component (Static)](/img/user-manual/scenes/components/component-rigid-body-static.png)

#### Dynamic (and Kinematic)
#### Dynamic

![Rigid Body component (Dynamic)](/img/user-manual/scenes/components/component-rigid-body-dynamic.png)

#### Kinematic

![Rigid Body component (Kinematic)](/img/user-manual/scenes/components/component-rigid-body-kinematic.png)

Note that you must add a [collision component][4] to the same entity in order to define the shape of the rigid body. Otherwise, the rigidbody component has no effect and will not participate in the physics simulation.
Note that you must add a [collision component][4] to the same entity in order to define the shape of the rigid body. Otherwise, the Rigid Body component has no effect and will not participate in the physics simulation.

## Properties

Expand Down

0 comments on commit ec48afa

Please sign in to comment.