StateMachine<TKey, TState>.

Add(KeyValuePair<TKey, TState>) Method

Summary

Adds a state to the Animancer.FSM.StateMachine`2.Dictionary.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
StateMachine<TKey, TState>

Syntax

public void Add(KeyValuePair<TKey, TState> item)

Parameters

Name Type Description
item KeyValuePair<TKey, TState>

Return Value

Type Description
void