This is the old Animancer v7.4 documentation. Click here for the latest version.

StateMachine<TKey, TState>.

this[TKey] Property

Summary

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

Syntax

public TState this[TKey key] { get; set; }

Parameters

Name Type Description
key TKey

Value

Type Description
TState