Interface IStateToken<TStateData>
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
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.
public interface IStateToken<out TStateData>
Type Parameters
TStateDataThe type of the state data.
- Extension Methods
Properties
- State
Gets the state data associated with this token.