C# Class TileEntity, MagesOfBlight

Inheritance: MonoBehaviour, ISaveable
Afficher le fichier Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Méthodes publiques

Свойство Type Description
model GameObject

Protected Properties

Свойство Type Description
battleManRef BattleManager,
modelAnim Animator
modelTf Transform

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

Property Details

battleManRef protected_oe property

protected BattleManager, battleManRef
Résultat BattleManager,

model public_oe property

public GameObject model
Résultat GameObject

modelAnim protected_oe property

protected Animator modelAnim
Résultat Animator

modelTf protected_oe property

protected Transform modelTf
Résultat Transform