C# 클래스 GoGoComponentEditor, UnityDemo

상속: Editor
파일 보기 프로젝트 열기: rouchen/UnityDemo

보호된 프로퍼티들

프로퍼티 타입 설명
currSelectedKeyFrameIdx int

공개 메소드들

메소드 설명
GetCurrTime ( ) : float
OnInspectorGUI ( ) : void
SetCurrTime ( float currTime ) : void

보호된 메소드들

메소드 설명
AddKeyFrame ( ) : void
AsignDataToKeyFrame ( ) : bool
CheckKeyFrameTimeUnique ( int idx ) : void
CheckToggleOnlyOneSelected ( int idx ) : void
CustomKeyFrameGUI ( int idx ) : void
KeyFrameSort ( ) : void
ModifyComponentEnable ( ) : void
Refresh ( ) : void
RegisterKeyFrameList ( IEnumerable keyFrameList ) : void
RemoveKeyFrame ( ) : void
ShowCustomTool ( ) : void
ShowKeyFrameGUI ( ) : void
ShowTimeLineGUI ( ) : void
UnSelectedAllKeyFrameList ( ) : void
UpdateInEditorMode ( ) : void

비공개 메소드들

메소드 설명
IsOnSelectedKeyFrame ( ) : bool

메소드 상세

AddKeyFrame() 보호된 메소드

protected AddKeyFrame ( ) : void
리턴 void

AsignDataToKeyFrame() 보호된 메소드

protected AsignDataToKeyFrame ( ) : bool
리턴 bool

CheckKeyFrameTimeUnique() 보호된 메소드

protected CheckKeyFrameTimeUnique ( int idx ) : void
idx int
리턴 void

CheckToggleOnlyOneSelected() 보호된 메소드

protected CheckToggleOnlyOneSelected ( int idx ) : void
idx int
리턴 void

CustomKeyFrameGUI() 보호된 메소드

protected CustomKeyFrameGUI ( int idx ) : void
idx int
리턴 void

GetCurrTime() 공개 메소드

public GetCurrTime ( ) : float
리턴 float

KeyFrameSort() 보호된 메소드

protected KeyFrameSort ( ) : void
리턴 void

ModifyComponentEnable() 보호된 메소드

protected ModifyComponentEnable ( ) : void
리턴 void

OnInspectorGUI() 공개 메소드

public OnInspectorGUI ( ) : void
리턴 void

Refresh() 보호된 메소드

protected Refresh ( ) : void
리턴 void

RegisterKeyFrameList() 보호된 메소드

protected RegisterKeyFrameList ( IEnumerable keyFrameList ) : void
keyFrameList IEnumerable
리턴 void

RemoveKeyFrame() 보호된 메소드

protected RemoveKeyFrame ( ) : void
리턴 void

SetCurrTime() 공개 메소드

public SetCurrTime ( float currTime ) : void
currTime float
리턴 void

ShowCustomTool() 보호된 메소드

protected ShowCustomTool ( ) : void
리턴 void

ShowKeyFrameGUI() 보호된 메소드

protected ShowKeyFrameGUI ( ) : void
리턴 void

ShowTimeLineGUI() 보호된 메소드

protected ShowTimeLineGUI ( ) : void
리턴 void

UnSelectedAllKeyFrameList() 보호된 메소드

protected UnSelectedAllKeyFrameList ( ) : void
리턴 void

UpdateInEditorMode() 보호된 메소드

protected UpdateInEditorMode ( ) : void
리턴 void

프로퍼티 상세

currSelectedKeyFrameIdx 보호되어 있는 프로퍼티

protected int currSelectedKeyFrameIdx
리턴 int