CreatureController Methods

MyDungeon

CreatureController Methods

The CreatureController type exposes the following members.

Methods
  NameDescription
Protected methodAwake
Initializes the creatures list
Protected methodMoveCreatures
Executes each creature's AI via their MoveCreature method
Protected methodUpdate
Checks that it is not currently the player's turn then executes the MoveCreatures coroutine
Top
Extension Methods
  NameDescription
Public Extension MethodInvoke
Invoke using a delegate
(Defined by MonoBehaviourExtensions.)
Top
See Also