C# Class TileEntity, MagesOfBlight

Inheritance: MonoBehaviour, ISaveable
Show file 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 property

protected BattleManager, battleManRef
return BattleManager,

model public property

public GameObject model
return GameObject

modelAnim protected property

protected Animator modelAnim
return Animator

modelTf protected property

protected Transform modelTf
return Transform