C# Class KnightSkillTree

Inheritance: FighterSkillTree
Afficher le fichier Open project: marouen-lamiri/Second-Soul

Protected Properties

Свойство Type Description
knightStance SkillTreeNode,

Méthodes publiques

Méthode Description
createSkillTree ( ) : void

Méthodes protégées

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

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

OnGUI() protected méthode

protected OnGUI ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

createSkillTree() public méthode

public createSkillTree ( ) : void
Résultat void

Property Details

knightStance protected_oe property

protected SkillTreeNode, knightStance
Résultat SkillTreeNode,