C# Class UnityContrib.UnityEditor.TimelineLogWindow

Editor window displaying the timeline.
Inheritance: BaseEditorWindow, IHasCustomMenu
Afficher le fichier Open project: UnityContrib/framework

Méthodes publiques

Méthode Description
AddItemsToMenu ( GenericMenu menu ) : void

Adds export feature to timeline menu.

Méthodes protégées

Méthode 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.

Private Methods

Méthode 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.

Method Details

AddItemsToMenu() public méthode

Adds export feature to timeline menu.
public AddItemsToMenu ( GenericMenu menu ) : void
menu UnityEditor.GenericMenu /// The menu to add the features to. ///
Résultat void

OnEnable() protected méthode

Loads skin and caches references to styles.
protected OnEnable ( ) : void
Résultat void

OnGUI() protected méthode

Prepares and renders the timeline.
protected OnGUI ( ) : void
Résultat void

OnPlayStarted() protected méthode

Repaints the timeline when start playing.
protected OnPlayStarted ( ) : void
Résultat void

OnPlayStopped() protected méthode

Repaints the timeline when end playing.
protected OnPlayStopped ( ) : void
Résultat void