Summary
Draws the time field for the event at the specified `index`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Containing Type
- Serializable
Event Sequence Drawer
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 | Serializable |
|
| index | int | |
| autoSort | bool | |
| timeLabel | string | |
| defaultTime | float | |
| isEndEvent | bool |
Return Value
| Type | Description |
|---|---|
| void |