StateMachine<TKey, TState>.

DoGUI(Rect) Method

Summary

[Editor-Only] Draws GUI fields to display the status of this state machine in the given `area`.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
StateMachine<TKey, TState>

Syntax

public override void DoGUI(ref Rect area)

Parameters

Name Type Description
area Rect

Return Value

Type Description
void