AnimancerNodeDrawer<T>.

DoLabelGUI(Rect) Method

Summary

Draws a field for the Animancer.AnimancerState.MainObject if it has one, otherwise just a simple text label.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerNodeDrawer<T>

Syntax

protected abstract void DoLabelGUI(Rect area)

Parameters

Name Type Description
area Rect

Return Value

Type Description
void