StateMachine<TKey, TState>.

Remove(TKey) Method

Summary

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

Syntax

public bool Remove(TKey key)

Parameters

Name Type Description
key TKey

Return Value

Type Description
bool