AnimationTimeAttributeDrawer.

OnGUI(Rect, GUIContent, float) Method

Summary

Draws the GUI for this attribute.

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