Method Push
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Push(TLabel)
Pushes the current state onto the stack, and transitions to the next state.
public void Push(TLabel nextState)
Parameters
nextStateTLabel
Pushes the current state onto the stack, and transitions to the next state.
public void Push(TLabel nextState)
nextState TLabel