SelfDrawerAttribute.

OnGUI(Rect, SerializedProperty, GUIContent) Method

Summary

[Editor-Only] Draws the GUI for the `property`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
SelfDrawerAttribute

Syntax

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

Parameters

Name Type Description
area Rect
property SerializedProperty
label GUIContent

Return Value

Type Description
void