Provides types for specialized tasks in a physics simulation (character controllers, car physics, etc.)
Classes
| Class | Description | |
|---|---|---|
| DynamicCharacterController |
Controls the movement of a game character.
| |
| KinematicCharacterController |
Controls the movement of a game character.
| |
| Ragdoll |
Provides helper methods for working with ragdolls.
| |
| RagdollMotor |
Drives a body of a ragdoll to a target position.
| |
| Vehicle |
Represents a simulated vehicle.
| |
| Wheel |
Represents a single wheel of a Vehicle.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| RagdollMotorMode |
Defines the type of RagdollMotor.
|