C# 클래스 CutsceneTimecodeBar, silverscreen

상속: ICutsceneGUI
파일 보기 프로젝트 열기: mminer/silverscreen

공개 메소드들

메소드 설명
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