StateMachine<TKey, TState>.

Keys Property

Summary

Gets an System.Collections.Generic.ICollection`1 containing the keys of the Animancer.FSM.StateMachine`2.Dictionary.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
StateMachine<TKey, TState>

Syntax

public ICollection<TKey> Keys { get; }

Value

Type Description
ICollection<TKey>