Search Results for

    Show / Hide Table of Contents

    Class AssetImportEntry

    Asset import entry.

    Inheritance
    System.Object
    ImportFileEntry
    AssetImportEntry
    AudioImportEntry
    ModelImportEntry
    TextureImportEntry
    Inherited Members
    ImportFileEntry.FileTypes
    ImportFileEntry.TryOverrideSettings(Object)
    ImportFileEntry.ModifyResultFilename(String)
    ImportFileEntry.CreateEntry(Request)
    ImportFileEntry.Execute()
    ImportFileEntry.SourceUrl
    ImportFileEntry.ResultUrl
    ImportFileEntry.HasSettings
    ImportFileEntry.Settings
    Namespace: FlaxEditor.Content.Import
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class AssetImportEntry : ImportFileEntry, IFileEntryAction

    Constructors

    AssetImportEntry(ref Request)

    Initializes a new instance of the ImportFileEntry class.

    Declaration
    public AssetImportEntry(ref Request request)
    Parameters
    FlaxEditor.Content.Import.Request request

    The import request.

    Methods

    Import()

    Performs file importing.

    Declaration
    public override bool Import()
    Returns
    System.Boolean

    True if failed, otherwise false.

    Overrides
    ImportFileEntry.Import()

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat