Class CustomAssetImporterConfigurator
CustomImportSettingsConfigurator attribute is to declare the class is used as a ImportSettingsConfigurator
for given specific type of asset.
Inheritance
CustomAssetImporterConfigurator
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class CustomAssetImporterConfigurator : Attribute, _Attribute
Constructors
CustomAssetImporterConfigurator(Type, String, String)
Declaration
public CustomAssetImporterConfigurator(Type configureFor, string guiName, string templateFileName)
Parameters
Properties
For
Declaration
Property Value
GUIName
Declaration
public string GUIName { get; }
Property Value
TemplateFileName
Declaration
public string TemplateFileName { get; }
Property Value