Table of Contents

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

nextState TLabel

The state to transition to.