SerializableEventSequenceDrawer.

DoTimeGUI(Rect, SerializableEventSequenceDrawer.Context, int, bool, string, float, 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, string timeLabel, float defaultTime, bool isEndEvent)

Parameters

Name Type Description
area Rect
context SerializableEventSequenceDrawer.Context
index int
autoSort bool
timeLabel string
defaultTime float
isEndEvent bool

Return Value

Type Description
void