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; }
public IDictionary<TKey, TState> Dictionary { get; set; }