Class TextureImportEntry
Texture asset import entry.
Namespace: FlaxEditor.Content.Import
Assembly: FlaxEngine.CSharp.dll
Syntax
public class TextureImportEntry : AssetImportEntry, IFileEntryAction
Constructors
TextureImportEntry(ref Request)
Initializes a new instance of the TextureImportEntry class.
Declaration
public TextureImportEntry(ref Request request)
Parameters
FlaxEditor.Content.Import.Request
request
The import request. |
Properties
Settings
Gets or sets the settings object to modify.
Declaration
public override object Settings { get; }
Property Value
System.Object
|
Overrides
Methods
Import()
Performs file importing.
Declaration
public override bool Import()
Returns
System.Boolean
True if failed, otherwise false. |
Overrides
TryOverrideSettings(Object)
Tries the override import settings.
Declaration
public override bool TryOverrideSettings(object settings)
Parameters
System.Object
settings
The settings. |
Returns
System.Boolean
True if settings override was successful and there is no need to edit them in dedicated dialog, otherwise false. |