UnitsAttributeDrawer.

OnGUI(Rect, SerializedProperty, GUIContent) Method

Summary

Draws this attribute's fields for the `property`.
Assembly
Animancer.dll
Namespace
Animancer.Units.Editor
Containing Type
UnitsAttributeDrawer

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