Method | Description | |
---|---|---|
CutsceneMediaWindow ( CutsceneEditor, ed ) : UnityEditor | ||
OnGUI ( Rect rect ) : void |
Displays the media pane's GUI.
|
Method | Description | |
---|---|---|
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.
|
public CutsceneMediaWindow ( CutsceneEditor, ed ) : UnityEditor | ||
ed | CutsceneEditor, | |
return | UnityEditor |
public OnGUI ( Rect rect ) : void | ||
rect | Rect | The media pane's Rect. |
return | void |