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
nextStateTLabelThe state to transition to.