Character Controller Pro 1.4.11
A 2D/3D character controller asset for Unity.
Lightbug.CharacterControllerPro.Core.CharacterBody Class Reference

This class contains all the character body properties, such as width, height, body shape, physics, etc. More...

Inheritance diagram for Lightbug.CharacterControllerPro.Core.CharacterBody:

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).
 

Detailed Description

This class contains all the character body properties, such as width, height, body shape, physics, etc.


The documentation for this class was generated from the following file: