SelfDrawerDrawer.

OnGUI(Rect, SerializedProperty, GUIContent) Method

Summary

Calls Animancer.SelfDrawerAttribute.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent).
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
SelfDrawerDrawer

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