Свойство | Type | Description | |
---|---|---|---|
HasPro | bool | ||
currentTool | Tool, | ||
dragClip | CutsceneClip, | ||
dragEvent | DragEvent, | ||
mediaIcons | Texture[] | ||
selectedClip | CutsceneClip, | ||
timelineScrollPos | Vector2 | ||
version | System.Version |
Méthode | Description | |
---|---|---|
HandleKeyboardShortcuts ( Event keyDownEvent ) : void |
Determines which key command is pressed and responds accordingly.
|
|
PaneTabsWidth ( int count ) : float |
Méthode | Description | |
---|---|---|
CreateActorTrack ( ) : void | ||
CreateAudioTrack ( ) : void | ||
CreateCutscene ( ) : void | ||
CreateCutsceneTrigger ( ) : Collider | ||
CreateShotTrack ( ) : void | ||
CreateSubtitleTrack ( ) : void | ||
DeleteClip ( CutsceneClip, clip ) : bool |
Deletes a clip.
|
|
DeleteClip ( MenuCommand command ) : bool | ||
DeleteCutsceneMedia ( CutsceneMedia, obj ) : void |
Deletes a piece of media. This has to be in CutsceneEditor rather than CutsceneTimeline because it uses the DestroyImmediate function, which is only available to classes which inherit from UnityEngine.Object. |
|
DeleteCutsceneMedia ( MenuCommand command ) : void | ||
DeleteTrack ( CutsceneTrack, track ) : bool |
Deletes a track.
|
|
DeleteTrack ( MenuCommand command ) : bool | ||
OnEnable ( ) : void | ||
OnGUI ( ) : void |
Displays the editor GUI.
|
|
OpenEditor ( ) : void | ||
SelectTrackAtIndex ( int index ) : void |
Selects the track at the specified index.
|
|
ValidateCreateActorTrack ( ) : bool | ||
ValidateCreateAudioTrack ( ) : bool | ||
ValidateCreateShotTrack ( ) : bool | ||
ValidateCreateSubtitleTrack ( ) : bool | ||
ValidateOpenEditor ( ) : bool |
public HandleKeyboardShortcuts ( Event keyDownEvent ) : void | ||
keyDownEvent | Event | The keyboard event. |
Résultat | void |
public static PaneTabsWidth ( int count ) : float | ||
count | int | |
Résultat | float |