C# 클래스 CutsceneEditor, silverscreen

상속: Editor
파일 보기 프로젝트 열기: mminer/silverscreen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HasPro bool
currentTool Tool,
dragClip CutsceneClip,
dragEvent DragEvent,
mediaIcons Texture[]
selectedClip CutsceneClip,
timelineScrollPos Vector2
version System.Version

공개 메소드들

메소드 설명
HandleKeyboardShortcuts ( Event keyDownEvent ) : void

Determines which key command is pressed and responds accordingly.

PaneTabsWidth ( int count ) : float

비공개 메소드들

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

메소드 상세

HandleKeyboardShortcuts() 공개 메소드

Determines which key command is pressed and responds accordingly.
public HandleKeyboardShortcuts ( Event keyDownEvent ) : void
keyDownEvent Event The keyboard event.
리턴 void

PaneTabsWidth() 공개 정적인 메소드

public static PaneTabsWidth ( int count ) : float
count int
리턴 float

프로퍼티 상세

HasPro 공개적으로 정적으로 프로퍼티

public static bool HasPro
리턴 bool

currentTool 공개적으로 프로퍼티

public Tool, currentTool
리턴 Tool,

dragClip 공개적으로 프로퍼티

public CutsceneClip, dragClip
리턴 CutsceneClip,

dragEvent 공개적으로 프로퍼티

public DragEvent, dragEvent
리턴 DragEvent,

mediaIcons 공개적으로 프로퍼티

public Texture[] mediaIcons
리턴 Texture[]

selectedClip 공개적으로 프로퍼티

public CutsceneClip, selectedClip
리턴 CutsceneClip,

timelineScrollPos 공개적으로 프로퍼티

public Vector2 timelineScrollPos
리턴 Vector2

version 공개적으로 정적으로 프로퍼티

public static Version,System version
리턴 System.Version