This is the old Animancer v7.4 documentation. Click here for the latest version.

UnitsAttribute.

EndProperty(Rect, SerializedProperty, float) Method

Summary

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

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