C# 클래스 CutsceneMediaWindow, silverscreen

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

공개 메소드들

메소드 설명
CutsceneMediaWindow ( CutsceneEditor, ed ) : UnityEditor
OnGUI ( Rect rect ) : void

Displays the media pane's GUI.

비공개 메소드들

메소드 설명
HandleMediaItemClicks ( CutsceneMedia, item, Rect rect ) : void

Handles left and right mouse clicks of media items.

Insert ( CutsceneMedia, obj ) : void

Inserts the given cutscene object into the timeline.

IsMediaInsertable ( ) : bool

Determines whether or not the currently selected cutscene object can be inserted into the selected timeline.

메소드 상세

CutsceneMediaWindow() 공개 메소드

public CutsceneMediaWindow ( CutsceneEditor, ed ) : UnityEditor
ed CutsceneEditor,
리턴 UnityEditor

OnGUI() 공개 메소드

Displays the media pane's GUI.
public OnGUI ( Rect rect ) : void
rect Rect The media pane's Rect.
리턴 void