Table of Contents

Property ActiveTokens

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

ActiveTokens

Returns all the active tokens: tokens returned when states has been started that has not yet been stopped.

public IEnumerable<IStateToken<TStateData>> ActiveTokens { get; }

Property Value

IEnumerable<IStateToken<TStateData>>

The active tokens.