TransitionDrawer.

DoHeaderGUI(Rect, SerializedProperty, SerializedProperty, GUIContent, bool) Method

Summary

Draws the root property of a transition with an optional main property on the same line.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
TransitionDrawer

Syntax

protected virtual void DoHeaderGUI(ref Rect area, SerializedProperty rootProperty, SerializedProperty mainProperty, GUIContent label, bool isPreviewing)

Parameters

Name Type Description
area Rect
rootProperty SerializedProperty
mainProperty SerializedProperty
label GUIContent
isPreviewing bool

Return Value

Type Description
void