format
typescript
Rigidbody.isKinematicclass: Rigidbody
description
Whether the rigidbody is enabled for physics simulation.
When isKinematic is set to true, the rigidbody will not be affected by forces and collisions from the physics engine, and its position and rotation can be controlled through code. When isKinematic is set to false, the rigidbody will be simulated for motion based on forces and collisions from the physics engine.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether physics simulation is enabled |
