Finite State Machine Helper  1.0
Public Member Functions | List of all members
FSMHelper.FSMStateInterface Interface Reference

We need an interface for validation of base states, since we allow the user to specify any class type when adding children into the definition, or when transiting to another state More...

Inheritance diagram for FSMHelper.FSMStateInterface:
FSMHelper.BaseFSMState

Public Member Functions

void Enter ()
 
void Update ()
 
void Exit ()
 

Detailed Description

We need an interface for validation of base states, since we allow the user to specify any class type when adding children into the definition, or when transiting to another state


The documentation for this interface was generated from the following file: