Class PSDImporterEditor
Inspector for PSDImporter
Inheritance
Inherited Members
Namespace: UnityEditor.U2D.PSD
Syntax
[CustomEditor(typeof(PSDImporter))]
public class PSDImporterEditor : ScriptedImporterEditor, IPreviewable, IToolModeOwner
Properties
showImportedObject
Override of AssetImporterEditor.showImportedObject The property always returns false so that imported objects does not show up in the Inspector.
Declaration
public override bool showImportedObject { get; }
Property Value
Type | Description |
---|---|
Boolean | false |
Overrides
Methods
Apply()
Implementation of AssetImporterEditor.Apply
Declaration
protected override void Apply()
Overrides
OnEnable()
Implementation of AssetImporterEditor.OnEnable
Declaration
public override void OnEnable()
Overrides
OnInspectorGUI()
Implementation of AssetImporterEditor.OnInspectorGUI
Declaration
public override void OnInspectorGUI()