Exemplo n.º 1
0
 void Exit_EnterState()
 {
     exitSaveColor = exitStyle.normal.textColor;
     exitStyle.normal.textColor = Color.red;
     this.lastState = (Enum)stateMachine.lastState;
     this.lastMachine = stateMachine.lastStateMachineBehaviour;
 }
Exemplo n.º 2
0
 void Exit_EnterState()
 {
     exitSaveColor = exitStyle.normal.textColor;
     exitStyle.normal.textColor = Color.red;
     this.lastState             = (Enum)stateMachine.lastState;
     this.lastMachine           = stateMachine.lastStateMachineBehaviour;
 }