C# Класс CutsceneTimecodeBar, silverscreen

Наследование: ICutsceneGUI
Показать файл Открыть проект

Открытые методы

Метод Описание
CutsceneTimecodeBar ( CutsceneEditor, ed ) : UnityEditor
OnGUI ( Rect rect ) : void

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

Приватные методы

Метод Описание
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.

Описание методов

CutsceneTimecodeBar() публичный Метод

public CutsceneTimecodeBar ( CutsceneEditor, ed ) : UnityEditor
ed CutsceneEditor,
Результат UnityEditor

OnGUI() публичный Метод

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.
Результат void