![]() |
Liberi
An exergame built for kids with CP!
|
Avatar character management component. In charge of personas, skills and buffs. More...
Inherits MonoBehaviour.
Public Member Functions | |
| CharacterTrait | GetTrait (string traitId) |
| Persona | GetPersona (string personaId) |
| Persona | GetPreviousPersona () |
| Persona | GetNextPersona () |
| void | CyclePreviousPersona () |
| void | CycleNextPersona () |
| void | SetActivePersona (Persona persona) |
| void | SetActivePersona (string personaId) |
| void | UseSkill () |
Public Attributes | |
| bool | CanUseSkill = true |
| bool | CanChargeEnergy = true |
| CharacterTrait[] | Traits |
| Persona[] | Personas |
| float | BotTurboWarmup = 60f |
Properties | |
| bool | IsSkillReady [get] |
| Persona | ActivePersona [get] |
| string | ActivePersonaID [get] |
| bool | IsTurbo [get, set] |
| float | Energy [get] |
Avatar character management component. In charge of personas, skills and buffs.
Definition at line 12 of file Character.cs.