Click or drag to resize

IStateTokenTStateData Interface

When a new state is started in a tracker, a token is created that wraps custom data, and can be used to stop the state later.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public interface IStateToken<out TStateData>

Type Parameters

TStateData
The type of the t state data.

The IStateTokenTStateData type exposes the following members.

Properties
  NameDescription
Public propertyState
Top
See Also