Class PSDImporterEditor
Inspector for PSDImporter
Inheritance
Implements
Inherited Members
Namespace: UnityEditor .U2D.PSD
Assembly: solution.dll
Syntax
[CustomEditor(typeof(PSDImporter))]
[MovedFrom("UnityEditor.Experimental.AssetImporters")]
public class PSDImporterEditor : ScriptedImporterEditor, ITexturePlatformSettingsDataProvider
Properties
Name | Description |
---|---|
show |
Override of AssetImporterEditor.showImportedObject The property always returns false so that imported objects does not show up in the Inspector. |
sprite |
Implementation of ITexturePlatformSettingsDataProvider.spriteImportMode. |
texture |
Implementation of ITexturePlatformSettingsDataProvider.textureType. |
texture |
Implementation of ITexturePlatformSettingsDataProvider.textureTypeHasMultipleDifferentValues. |
Methods
Name | Description |
---|---|
Apply() | Implementation of AssetImporterEditor.Apply |
Does |
Implementation of ITexturePlatformSettingsDataProvider.DoesSourceTextureHaveAlpha. |
Get |
Implementation of ITexturePlatformSettingsDataProvider.GetImporterSettings. |
Get |
ITexturePlatformSettingsDataProvider.GetPlatformTextureSettings. |
Get |
Implementation of ITexturePlatformSettingsDataProvider.GetTargetCount. |
Has |
Override of AssetImporterEditor.HasModified. |
Is |
Implementation of ITexturePlatformSettingsDataProvider.IsSourceTextureHDR. |
On |
Implementation of AssetImporterEditor.OnEnable |
On |
Implementation of AssetImporterEditor.OnInspectorGUI |
Requires |
Override from AssetImporterEditor.RequiresConstantRepaint |
Reset |
Implementation of AssetImporterEditor.ResetValues. |
Set |
Implementation of ITexturePlatformSettingsDataProvider.SetPlatformTextureSettings. |
Show |
Implementation of ITexturePlatformSettingsDataProvider.ShowPresetSettings. |