AnimationTimeAttribute.

OnGUI(Rect, GUIContent, float) Method

Summary

[Editor-Only] Draws the GUI for this attribute.
Assembly
Animancer.dll
Namespace
Animancer.Units
Containing Type
AnimationTimeAttribute

Syntax

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

Parameters

Name Type Description
area Rect
label GUIContent
value float

Return Value

Type Description
void