StateMachine<TKey, TState>.

TryGetValue(TKey, TState) Method

Summary

Gets the state registered with the specified `key` in the Animancer.FSM.StateMachine`2.Dictionary.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
StateMachine<TKey, TState>

Syntax

public bool TryGetValue(TKey key, out TState state)

Parameters

Name Type Description
key TKey
state TState

Return Value

Type Description
bool