UnitsAttributeDrawer.

EndProperty(Rect, SerializedProperty, float) Method

Summary

Ends a GUI property block started by Animancer.Units.Editor.UnitsAttributeDrawer.BeginProperty(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent@,System.Single@).
Assembly
Animancer.dll
Namespace
Animancer.Units.Editor
Containing Type
UnitsAttributeDrawer

Syntax

protected static void EndProperty(Rect area, SerializedProperty property, ref float value)

Parameters

Name Type Description
area Rect
property SerializedProperty
value float

Return Value

Type Description
void