EditableFieldDrawer.

OnGUI(Rect, SerializedProperty, GUIContent) Method

Assembly
FlexiMotion.dll
Namespace
FlexiMotion.Editor
Containing Type
EditableFieldDrawer

Syntax

public override void OnGUI(Rect area, SerializedProperty property, GUIContent label)

Parameters

Name Type Description
area Rect
property SerializedProperty
label GUIContent

Return Value

Type Description
void