C# Class UnityEditor.ModelImporterClipEditor

Inheritance: AssetImporterInspector
显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
m_SelectedClipIndexDoNotUseDirectly int

Private Properties

Property Type Description
AddClip void
AddClipInList void
AnimationClipGUI void
AnimationSettings void
AnimationSplitTable void
DrawClipElement void
DrawClipHeader void
GetAnimationClipInfoAtIndex AnimationClipInfoProperties
GetSelectedClipInfo AnimationClipInfoProperties
IsDeprecatedMultiAnimationRootImport bool
MakeUniqueClipName string
PatchDefaultClipTakeNamesToSplitClipNames void
RemoveClip void
RemoveClipInList void
ResetValues void
RootMotionNodeSettings void
SelectClip void
SelectClipInList void
SetupDefaultClips void
SetupTakeNameAndFrames void
SyncClipEditor void
TransferDefaultClipsToCustomClips void
UpdateList void
ValidateClipSelectionIndex void

Public Methods

Method Description
HasPreviewGUI ( ) : bool
OnDestroy ( ) : void
OnEnable ( ) : void
OnInspectorGUI ( ) : void
OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void
OnPreviewSettings ( ) : void

Private Methods

Method Description
AddClip ( TakeInfo takeInfo ) : void
AddClipInList ( ReorderableList list ) : void
AnimationClipGUI ( ) : void
AnimationSettings ( ) : void
AnimationSplitTable ( ) : void
DrawClipElement ( Rect rect, int index, bool selected, bool focused ) : void
DrawClipHeader ( Rect rect ) : void
GetAnimationClipInfoAtIndex ( int index ) : AnimationClipInfoProperties
GetSelectedClipInfo ( ) : AnimationClipInfoProperties
IsDeprecatedMultiAnimationRootImport ( ) : bool
MakeUniqueClipName ( string name, int row ) : string
PatchDefaultClipTakeNamesToSplitClipNames ( ) : void
RemoveClip ( int index ) : void
RemoveClipInList ( ReorderableList list ) : void
ResetValues ( ) : void
RootMotionNodeSettings ( ) : void
SelectClip ( int selected ) : void
SelectClipInList ( ReorderableList list ) : void
SetupDefaultClips ( ) : void
SetupTakeNameAndFrames ( AnimationClipInfoProperties info, TakeInfo takeInfo ) : void
SyncClipEditor ( ) : void
TransferDefaultClipsToCustomClips ( ) : void
UpdateList ( ) : void
ValidateClipSelectionIndex ( ) : void

Method Details

HasPreviewGUI() public method

public HasPreviewGUI ( ) : bool
return bool

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

OnInteractivePreviewGUI() public method

public OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void
r UnityEngine.Rect
background UnityEngine.GUIStyle
return void

OnPreviewSettings() public method

public OnPreviewSettings ( ) : void
return void

Property Details

m_SelectedClipIndexDoNotUseDirectly public_oe property

public int m_SelectedClipIndexDoNotUseDirectly
return int