C# Class SkeletonDataAssetInspector, crawler

Inheritance: Editor
ファイルを表示 Open project: r-lyeh/crawler

Public Methods

Method Description
GetPreviewTitle ( ) : GUIContent
HasPreviewGUI ( ) : bool
OnInspectorGUI ( ) : void
OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void
OnPreviewSettings ( ) : void
RenderStaticPreview ( string assetPath, UnityEngine subAssets, int width, int height ) : Texture2D

Private Methods

Method Description
AdjustCamera ( ) : void
AdjustCameraGoals ( ) : void
AdjustCameraGoals ( bool calculateMixTime ) : void
CreatePreviewInstances ( ) : void
DestroyPreviewInstances ( ) : void
DoReimport ( ) : void
DoRenderPreview ( bool drawHandles ) : void
DrawAnimationList ( ) : void
DrawAnimationStateInfo ( ) : void
DrawBaking ( ) : void
DrawBoundingBox ( Bone bone, BoundingBoxAttachment box ) : void
DrawMecanim ( ) : void
DrawReimportButton ( ) : void
DrawSkinToolbar ( Rect r ) : void
DrawSlotList ( ) : void
InitPreview ( ) : void
MouseScroll ( Rect position ) : void
NormalizedTimeBar ( Rect r ) : void
OnDestroy ( ) : void
OnEnable ( ) : void
PlayAnimation ( string animName, bool loop ) : void
RepopulateWarnings ( ) : void
SelectSkinContext ( ) : void
SetSkin ( object o ) : void
StopAnimation ( ) : void
Update ( ) : void

Method Details

GetPreviewTitle() public method

public GetPreviewTitle ( ) : GUIContent
return GUIContent

HasPreviewGUI() public method

public HasPreviewGUI ( ) : bool
return bool

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

OnInteractivePreviewGUI() public method

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

OnPreviewSettings() public method

public OnPreviewSettings ( ) : void
return void

RenderStaticPreview() public method

public RenderStaticPreview ( string assetPath, UnityEngine subAssets, int width, int height ) : Texture2D
assetPath string
subAssets UnityEngine
width int
height int
return UnityEngine.Texture2D