UnitsAttribute.

DoFieldGUI(Rect, GUIContent, float) Method

Summary

[Editor-Only] Draws this attribute's fields.
Assembly
Animancer.dll
Namespace
Animancer.Units
Containing Type
UnitsAttribute

Syntax

public void DoFieldGUI(Rect area, GUIContent label, ref float value)

Parameters

Name Type Description
area Rect
label GUIContent
value float

Return Value

Type Description
void