Search Results for

    Show / Hide Table of Contents

    Class TextureImportEntry

    Texture asset import entry.

    Inheritance
    System.Object
    ImportFileEntry
    AssetImportEntry
    TextureImportEntry
    Inherited Members
    ImportFileEntry.FileTypes
    ImportFileEntry.ModifyResultFilename(String)
    ImportFileEntry.CreateEntry(Request)
    ImportFileEntry.Execute()
    ImportFileEntry.SourceUrl
    ImportFileEntry.ResultUrl
    ImportFileEntry.HasSettings
    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
    ImportFileEntry.Settings

    Methods

    Import()

    Performs file importing.

    Declaration
    public override bool Import()
    Returns
    System.Boolean

    True if failed, otherwise false.

    Overrides
    AssetImportEntry.Import()

    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.

    Overrides
    ImportFileEntry.TryOverrideSettings(Object)

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)

    See Also

    AssetImportEntry
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat