TransitionDrawer.

DoMainPropertyGUI(Rect, Rect, SerializedProperty, SerializedProperty) Method

Summary

Draws the GUI the the target transition's main property.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
TransitionDrawer

Syntax

protected virtual void DoMainPropertyGUI(Rect area, out Rect labelArea, SerializedProperty rootProperty, SerializedProperty mainProperty)

Parameters

Name Type Description
area Rect
labelArea Rect
rootProperty SerializedProperty
mainProperty SerializedProperty

Return Value

Type Description
void