Exemplo n.º 1
0
 public CStateTransition(EState _state, EEvent _event, StateFunction _function)
 {
     m_State = _state; m_Event = _event; m_Function = _function;
 }
Exemplo n.º 2
0
 public StateChangeInfo(StateFunction enterState, StateFunction exitState)
 {
     this.enterState = enterState;
     this.exitState = exitState;
 }
Exemplo n.º 3
0
 public StreamlineTransformer(StateFunction sfun)
 {
     _sfun = sfun;
 }
Exemplo n.º 4
0
 public StreamlineTransformer(StateFunction sfun)
 {
     _sfun = sfun;
 }