Class AssetImporterEditor
Inheritance
AssetImporterEditor
Assembly: UnityEditor.dll
Syntax
public abstract class AssetImporterEditor : Editor, IPreviewable, IToolModeOwner
Properties
|
Improve this Doc
View Source
assetSerializedObject
Declaration
protected SerializedObject assetSerializedObject { get; }
Property Value
|
Improve this Doc
View Source
assetTarget
Declaration
protected Object assetTarget { get; }
Property Value
|
Improve this Doc
View Source
assetTargets
Declaration
protected Object[] assetTargets { get; }
Property Value
|
Improve this Doc
View Source
showImportedObject
Declaration
public virtual bool showImportedObject { get; }
Property Value
|
Improve this Doc
View Source
useAssetDrawPreview
Declaration
protected virtual bool useAssetDrawPreview { get; }
Property Value
Methods
|
Improve this Doc
View Source
Apply()
Declaration
protected virtual void Apply()
|
Improve this Doc
View Source
ApplyAndImport()
Declaration
protected void ApplyAndImport()
|
Improve this Doc
View Source
Declaration
protected bool ApplyButton()
Returns
|
Improve this Doc
View Source
Declaration
protected bool ApplyButton(string buttonText)
Parameters
Type |
Name |
Description |
String |
buttonText |
|
Returns
|
Improve this Doc
View Source
ApplyRevertGUI()
Declaration
protected void ApplyRevertGUI()
|
Improve this Doc
View Source
Awake()
Declaration
protected virtual void Awake()
|
Improve this Doc
View Source
HasModified()
Declaration
public virtual bool HasModified()
Returns
|
Improve this Doc
View Source
OnApplyRevertGUI()
Declaration
protected virtual bool OnApplyRevertGUI()
Returns
|
Improve this Doc
View Source
OnDisable()
Declaration
public virtual void OnDisable()
|
Improve this Doc
View Source
OnEnable()
Declaration
public virtual void OnEnable()
|
Improve this Doc
View Source
ResetValues()
Declaration
protected virtual void ResetValues()
|
Improve this Doc
View Source
Declaration
protected void RevertButton()
|
Improve this Doc
View Source
Declaration
protected void RevertButton(string buttonText)
Parameters
Type |
Name |
Description |
String |
buttonText |
|
Extension Methods