Property | Type | Description | |
---|---|---|---|
DoRenderPreview | void | ||
InitPreview | void | ||
OnDisable | void | ||
OnEnable | void |
Method | Description | |
---|---|---|
GetInfoString ( ) : string | ||
HasPreviewGUI ( ) : bool | ||
OnInspectorGUI ( ) : void | ||
OnPreviewGUI ( |
||
OnPreviewSettings ( ) : void | ||
RenderStaticPreview ( string assetPath, UnityEngine subAssets, int width, int height ) : |
Method | Description | |
---|---|---|
DoRenderPreview ( bool shaded ) : void | ||
InitPreview ( ) : void | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void |
public OnPreviewGUI ( |
||
r | ||
background | ||
return | void |
public RenderStaticPreview ( string assetPath, UnityEngine subAssets, int width, int height ) : |
||
assetPath | string | |
subAssets | UnityEngine | |
width | int | |
height | int | |
return |