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

IStateMachine.

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
IStateMachine

Syntax

void DoGUI(ref Rect area)

Parameters

Name Type Description
area Rect

Return Value

Type Description
void