UnitsAttributeDrawer.

BeginProperty(Rect, SerializedProperty, GUIContent, float) Method

Summary

Begins a GUI property block to be ended by Animancer.Units.Editor.UnitsAttributeDrawer.EndProperty(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Single@).
Assembly
Animancer.dll
Namespace
Animancer.Units.Editor
Containing Type
UnitsAttributeDrawer

Syntax

protected static void BeginProperty(Rect area, SerializedProperty property, ref GUIContent label, out float value)

Parameters

Name Type Description
area Rect
property SerializedProperty
label GUIContent
value float

Return Value

Type Description
void