UnitsAttribute.

BeginProperty(Rect, SerializedProperty, GUIContent, float) Method

Summary

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

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