Property | Type | Description | |
---|---|---|---|
currSelectedKeyFrameIdx | int |
Method | Description | |
---|---|---|
GetCurrTime ( ) : float | ||
OnInspectorGUI ( ) : void | ||
SetCurrTime ( float currTime ) : void |
Method | 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 |
||
RemoveKeyFrame ( ) : void | ||
ShowCustomTool ( ) : void | ||
ShowKeyFrameGUI ( ) : void | ||
ShowTimeLineGUI ( ) : void | ||
UnSelectedAllKeyFrameList ( ) : void | ||
UpdateInEditorMode ( ) : void |
Method | Description | |
---|---|---|
IsOnSelectedKeyFrame ( ) : bool |
protected CheckKeyFrameTimeUnique ( int idx ) : void | ||
idx | int | |
return | void |
protected CheckToggleOnlyOneSelected ( int idx ) : void | ||
idx | int | |
return | void |
protected CustomKeyFrameGUI ( int idx ) : void | ||
idx | int | |
return | void |
protected RegisterKeyFrameList ( IEnumerable |
||
keyFrameList | IEnumerable |
|
return | void |
protected UnSelectedAllKeyFrameList ( ) : void | ||
return | void |