Method | Description | |
---|---|---|
AddItemsToMenu ( |
Adds export feature to timeline menu.
|
Method | Description | |
---|---|---|
OnEnable ( ) : void |
Loads skin and caches references to styles.
|
|
OnGUI ( ) : void |
Prepares and renders the timeline.
|
|
OnPlayStarted ( ) : void |
Repaints the timeline when start playing.
|
|
OnPlayStopped ( ) : void |
Repaints the timeline when end playing.
|
Method | Description | |
---|---|---|
CalculateLayout ( ) : void |
Calculates sizes and boundaries for the timeline.
|
|
DrawBackground ( ) : void |
Renders the background of the timeline.
|
|
DrawEntries ( ) : void |
Renders the entries.
|
|
DrawNames ( ) : void |
Renders the header column.
|
|
DrawScrollbars ( ) : void |
Renders the scrollbars.
|
|
DrawWindow ( ) : void |
Renders the timeline.
|
|
DrawZoomInfo ( ) : void |
Renders the zoom level.
|
|
ExportAsCSV ( ) : void |
Exports the timeline to comma separated values (CSV) plain text file format.
|
|
ShowWindow ( ) : void | ||
UpdateZoom ( ) : void |
Converts mouse input to zoom level.
|
public AddItemsToMenu ( |
||
menu | /// The menu to add the features to. /// | |
return | void |