StateMachine<TKey, TState>.

Dictionary Property

Summary

The collection of states mapped to a particular key.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
StateMachine<TKey, TState>

Syntax

public IDictionary<TKey, TState> Dictionary { get; set; }

Value

Type Description
IDictionary<TKey, TState>