StateMachine<TState>.

CurrentState Property

Summary

[UnityEngine.SerializeField] The currently active state.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
StateMachine<TState>

Syntax

public TState CurrentState { get; }

Value

Type Description
TState