Third Person Cover Shooter
1.6
|
Manages a list of all characters inside the level. More...
Static Public Member Functions | |
static Character | Get (int index) |
static void | Register (CharacterMotor motor) |
static void | Unregister (CharacterMotor motor) |
static Character | Get (GameObject gameObject) |
Returns cached character description for the given object. More... | |
static Character | Build (CharacterMotor motor) |
Creates and returns character description for the given object. More... | |
Static Public Attributes | |
static Character | MainPlayer |
Properties | |
static IEnumerable< Character > | AllAlive [get] |
All alive characters during the last update. More... | |
static int | Count [get] |
The number of characters inside the level. More... | |
Manages a list of all characters inside the level.
|
static |
Creates and returns character description for the given object.
|
static |
|
static |
Returns cached character description for the given object.
|
static |
|
static |
|
static |
|
staticget |
All alive characters during the last update.
|
staticget |
The number of characters inside the level.