Click or drag to resize

StateMachineTLabelAddState Method (TLabel)

Adds a state.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void AddState(
	TLabel label
)

Parameters

label
Type: TLabel
The name of the state to add.
See Also