C# Class HumanoidController, TheDeadMemories

Inheritance: MonoBehaviour
Afficher le fichier Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Protected Properties

Свойство Type Description
skillManager SkillManager,
timeRegen float

Méthodes publiques

Méthode Description
getSkillManager ( ) : SkillManager,
healthUpdate ( float change ) : void
manaUpdate ( int change ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

getSkillManager() public méthode

public getSkillManager ( ) : SkillManager,
Résultat SkillManager,

healthUpdate() public méthode

public healthUpdate ( float change ) : void
change float
Résultat void

manaUpdate() public méthode

public manaUpdate ( int change ) : void
change int
Résultat void

Property Details

skillManager protected_oe property

protected SkillManager, skillManager
Résultat SkillManager,

timeRegen protected_oe property

protected float timeRegen
Résultat float