BodyType Type
The type of a physics body.
Union cases
Union case | Description |
Full Usage:
Dynamic
|
|
Full Usage:
DynamicCharacter
|
|
Full Usage:
Kinematic
|
|
Full Usage:
KinematicCharacter
|
|
Full Usage:
Static
|
|
Full Usage:
Vehicle
|
Instance members
Instance member | Description |
Full Usage:
this.IsCharacter
Returns: bool
|
|
Full Usage:
this.IsDynamic
Returns: bool
|
|
Full Usage:
this.IsDynamicCharacter
Returns: bool
|
|
Full Usage:
this.IsKinematic
Returns: bool
|
|
Full Usage:
this.IsKinematicCharacter
Returns: bool
|
|
Full Usage:
this.IsStatic
Returns: bool
|
|
Full Usage:
this.IsVehicle
Returns: bool
|
|