C# Class TileEntity, MagesOfBlight

Inheritance: MonoBehaviour, ISaveable
Exibir arquivo Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Public Properties

Property Type Description
model GameObject

Protected Properties

Property Type Description
battleManRef BattleManager,
modelAnim Animator
modelTf Transform

Protected Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

battleManRef protected_oe property

protected BattleManager, battleManRef
return BattleManager,

model public_oe property

public GameObject model
return GameObject

modelAnim protected_oe property

protected Animator modelAnim
return Animator

modelTf protected_oe property

protected Transform modelTf
return Transform