StateMachine<TKey, TState>.

Contains(KeyValuePair<TKey, TState>) Method

Summary

Determines whether the Animancer.FSM.StateMachine`2.Dictionary contains a specific value.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
StateMachine<TKey, TState>

Syntax

public bool Contains(KeyValuePair<TKey, TState> item)

Parameters

Name Type Description
item KeyValuePair<TKey, TState>

Return Value

Type Description
bool