Liberi
An exergame built for kids with CP!
Character Class Reference

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]
 

Detailed Description

Avatar character management component. In charge of personas, skills and buffs.

Definition at line 12 of file Character.cs.


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