SerializableEventSequenceDrawer.

DoTimeGUI(Rect, SerializableEventSequenceDrawer.Context, int, bool) Method

Summary

Draws the time field for the event at the specified `index`.

Syntax

public static void DoTimeGUI(ref Rect area, SerializableEventSequenceDrawer.Context context, int index, bool autoSort)

Parameters

Name Type Description
area Rect
context SerializableEventSequenceDrawer.Context
index int
autoSort bool

Return Value

Type Description
void