StateMachine<TKey, TState>.

Values Property

Summary

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

Syntax

public ICollection<TState> Values { get; }

Value

Type Description
ICollection<TState>