Method | Description | |
---|---|---|
CutsceneTimecodeBar ( CutsceneEditor, ed ) : UnityEditor | ||
OnGUI ( Rect rect ) : void |
Displays the timecode bar with vertical lines indicating the time and the playhead.
|
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.
|
public CutsceneTimecodeBar ( CutsceneEditor, ed ) : UnityEditor | ||
ed | CutsceneEditor, | |
return | UnityEditor |
public OnGUI ( Rect rect ) : void | ||
rect | Rect | The timecode bar's Rect. |
return | void |