C# Class CutsceneTimecodeBar, silverscreen

Inheritance: ICutsceneGUI
Datei anzeigen Open project: mminer/silverscreen

Public Methods

Method Description
CutsceneTimecodeBar ( CutsceneEditor, ed ) : UnityEditor
OnGUI ( Rect rect ) : void

Displays the timecode bar with vertical lines indicating the time and the playhead.

Private Methods

Method Description
DrawInOutPoints ( ) : void

Draws the in and out points.

DrawInPoint ( ) : void

Draws the in point.

DrawLabels ( ) : void

Draws labels indicating the time.

DrawOutPoint ( ) : void

Draws the out point.

DrawPlayhead ( ) : void

Draws the playhead.

DrawTicks ( ) : void

Draws vertical lines representing time increments.

Method Details

CutsceneTimecodeBar() public method

public CutsceneTimecodeBar ( CutsceneEditor, ed ) : UnityEditor
ed CutsceneEditor,
return UnityEditor

OnGUI() public method

Displays the timecode bar with vertical lines indicating the time and the playhead.
public OnGUI ( Rect rect ) : void
rect Rect The timecode bar's Rect.
return void