CreatureController Methods
From MyDungeon
MyDungeon Documentation
CreatureController Methods |
The CreatureController type exposes the following members.
| Name | Description | |
|---|---|---|
| Awake |
Initializes the creatures list
| |
| MoveCreatures |
Executes each creature's AI via their MoveCreature method
| |
| Update |
Checks that it is not currently the player's turn then executes the MoveCreatures coroutine
|
| Name | Description | |
|---|---|---|
| Invoke |
Invoke using a delegate
(Defined by MonoBehaviourExtensions.) |