Метод | Описание | |
---|---|---|
DecoratorEditor ( string editorTypeName ) : System.Collections.Generic | ||
DrawPreview ( Rect previewArea ) : void | ||
GetInfoString ( ) : string | ||
GetPreviewTitle ( ) : GUIContent | ||
HasPreviewGUI ( ) : bool | ||
OnInspectorGUI ( ) : void | ||
OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void | ||
OnPreviewGUI ( Rect r, GUIStyle background ) : void | ||
OnPreviewSettings ( ) : void | ||
OnSceneGUI ( ) : void | ||
ReloadPreviewInstances ( ) : void | ||
RenderStaticPreview ( string assetPath, Object subAssets, int width, int height ) : |
||
RequiresConstantRepaint ( ) : bool | ||
UseDefaultMargins ( ) : bool |
Метод | Описание | |
---|---|---|
CallInspectorMethod ( string methodName ) : void |
Delegates a method call with the given name to the decorated editor instance.
|
|
OnHeaderGUI ( ) : void |
Метод | Описание | |
---|---|---|
GetCustomEditorType ( System type ) : |
||
Init ( ) : void | ||
OnDisable ( ) : void |
protected CallInspectorMethod ( string methodName ) : void | ||
methodName | string | |
Результат | void |
public DecoratorEditor ( string editorTypeName ) : System.Collections.Generic | ||
editorTypeName | string | |
Результат | System.Collections.Generic |
public DrawPreview ( Rect previewArea ) : void | ||
previewArea | Rect | |
Результат | void |
public OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void | ||
r | Rect | |
background | GUIStyle | |
Результат | void |
public OnPreviewGUI ( Rect r, GUIStyle background ) : void | ||
r | Rect | |
background | GUIStyle | |
Результат | void |
public RenderStaticPreview ( string assetPath, Object subAssets, int width, int height ) : |
||
assetPath | string | |
subAssets | Object | |
width | int | |
height | int | |
Результат |