Provides types for specialized tasks in a physics simulation (character controllers, car physics, etc.)

Classes

  ClassDescription
Public classDynamicCharacterController
Controls the movement of a game character.
Public classKinematicCharacterController
Controls the movement of a game character.
Public classRagdoll
Provides helper methods for working with ragdolls.
Public classRagdollMotor
Drives a body of a ragdoll to a target position.
Public classVehicle
Represents a simulated vehicle.
Public classWheel
Represents a single wheel of a Vehicle.

Enumerations

  EnumerationDescription
Public enumerationRagdollMotorMode
Defines the type of RagdollMotor.