Click or drag to resize

IStateTMachine, TContext Methods

The IStateTMachine, TContext generic type exposes the following members.

Methods
  NameDescription
Public methodAct
Called every frame after Reason, if the state hasn't been changed.
Public methodBegin
Called when the state is entered.
Public methodEnd
Called when the state is exited.
Public methodReason
Called every frame just before Act(Single). Use this to check whether you should change state.
Top
See Also