TimelineGUI.

DoGUI(Rect, SerializableEventSequenceDrawer.Context, float) Method

Summary

Draws the ruler GUI and handles input events for the specified `context`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
TimelineGUI

Syntax

public static void DoGUI(Rect area, SerializableEventSequenceDrawer.Context context, out float addEventNormalizedTime)

Parameters

Name Type Description
area Rect
context SerializableEventSequenceDrawer.Context
addEventNormalizedTime float

Return Value

Type Description
void