Tanoda
TriLibCore.Samples.AvatarController Class Reference

Represents a class used to control an avatar on TriLib samples. More...

Inheritance diagram for TriLibCore.Samples.AvatarController:

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

Detailed Description

Represents a class used to control an avatar on TriLib samples.

Definition at line 6 of file AvatarController.cs.

Member Data Documentation

◆ Animator

Animator TriLibCore.Samples.AvatarController.Animator

Avatar animator.

Definition at line 39 of file AvatarController.cs.

◆ CharacterController

CharacterController TriLibCore.Samples.AvatarController.CharacterController

Avatar character controller.

Definition at line 34 of file AvatarController.cs.

◆ InnerAvatar

GameObject TriLibCore.Samples.AvatarController.InnerAvatar

Game object that wraps the actual avatar.

Definition at line 44 of file AvatarController.cs.

Property Documentation

◆ Instance

AvatarController TriLibCore.Samples.AvatarController.Instance
staticget

The Avatar Controller Singleton instance.

Definition at line 9 of file AvatarController.cs.


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