Tanoda
|
Represents a class used to control an avatar on TriLib samples. More...
Public Attributes | |
CharacterController | CharacterController |
Avatar character controller. More... | |
Animator | Animator |
Avatar animator. More... | |
GameObject | InnerAvatar |
Game object that wraps the actual avatar. More... | |
Properties | |
static AvatarController | Instance [get] |
The Avatar Controller Singleton instance. More... | |
Represents a class used to control an avatar on TriLib samples.
Definition at line 6 of file AvatarController.cs.
Animator TriLibCore.Samples.AvatarController.Animator |
Avatar animator.
Definition at line 39 of file AvatarController.cs.
CharacterController TriLibCore.Samples.AvatarController.CharacterController |
Avatar character controller.
Definition at line 34 of file AvatarController.cs.
GameObject TriLibCore.Samples.AvatarController.InnerAvatar |
Game object that wraps the actual avatar.
Definition at line 44 of file AvatarController.cs.
|
staticget |
The Avatar Controller Singleton instance.
Definition at line 9 of file AvatarController.cs.