Character Controller Pro 1.4.11
A 2D/3D character controller asset for Unity.
|
This class contains all the character body properties, such as width, height, body shape, physics, etc. More...
Properties | |
bool | Is2D [get] |
Returns true if the character is governed by 2D Physics, false otherwise. | |
RigidbodyComponent | RigidbodyComponent [get] |
Gets the RigidbodyComponent component associated to the character. | |
ColliderComponent | ColliderComponent [get] |
Gets the ColliderComponent component associated to the character. | |
float | Mass [get] |
Gets the mass of the character. | |
Vector2 | BodySize [get] |
Gets the body size of the character (width and height). | |
This class contains all the character body properties, such as width, height, body shape, physics, etc.