C# Class GoGoComponentEditor, UnityDemo

Inheritance: Editor
Afficher le fichier Open project: rouchen/UnityDemo

Protected Properties

Свойство Type Description
currSelectedKeyFrameIdx int

Méthodes publiques

Méthode Description
GetCurrTime ( ) : float
OnInspectorGUI ( ) : void
SetCurrTime ( float currTime ) : void

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
IsOnSelectedKeyFrame ( ) : bool

Method Details

AddKeyFrame() protected méthode

protected AddKeyFrame ( ) : void
Résultat void

AsignDataToKeyFrame() protected méthode

protected AsignDataToKeyFrame ( ) : bool
Résultat bool

CheckKeyFrameTimeUnique() protected méthode

protected CheckKeyFrameTimeUnique ( int idx ) : void
idx int
Résultat void

CheckToggleOnlyOneSelected() protected méthode

protected CheckToggleOnlyOneSelected ( int idx ) : void
idx int
Résultat void

CustomKeyFrameGUI() protected méthode

protected CustomKeyFrameGUI ( int idx ) : void
idx int
Résultat void

GetCurrTime() public méthode

public GetCurrTime ( ) : float
Résultat float

KeyFrameSort() protected méthode

protected KeyFrameSort ( ) : void
Résultat void

ModifyComponentEnable() protected méthode

protected ModifyComponentEnable ( ) : void
Résultat void

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

Refresh() protected méthode

protected Refresh ( ) : void
Résultat void

RegisterKeyFrameList() protected méthode

protected RegisterKeyFrameList ( IEnumerable keyFrameList ) : void
keyFrameList IEnumerable
Résultat void

RemoveKeyFrame() protected méthode

protected RemoveKeyFrame ( ) : void
Résultat void

SetCurrTime() public méthode

public SetCurrTime ( float currTime ) : void
currTime float
Résultat void

ShowCustomTool() protected méthode

protected ShowCustomTool ( ) : void
Résultat void

ShowKeyFrameGUI() protected méthode

protected ShowKeyFrameGUI ( ) : void
Résultat void

ShowTimeLineGUI() protected méthode

protected ShowTimeLineGUI ( ) : void
Résultat void

UnSelectedAllKeyFrameList() protected méthode

protected UnSelectedAllKeyFrameList ( ) : void
Résultat void

UpdateInEditorMode() protected méthode

protected UpdateInEditorMode ( ) : void
Résultat void

Property Details

currSelectedKeyFrameIdx protected_oe property

protected int currSelectedKeyFrameIdx
Résultat int