Search Results for

    Show / Hide Table of Contents

    Class FolderImportEntry

    Folder import entry.

    Inheritance
    System.Object
    ImportFileEntry
    FolderImportEntry
    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 FolderImportEntry : ImportFileEntry, IFileEntryAction

    Constructors

    FolderImportEntry(ref Request)

    Initializes a new instance of the ImportFileEntry class.

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

    The import request.

    Fields

    SkipSettingsDialog

    Flag used to skip showing import settings dialog to used. Can be used for importing assets from code by plugins.

    Declaration
    public bool SkipSettingsDialog
    Field Value
    System.Boolean

    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