Search Results for

    Show / Hide Table of Contents

    Class ContentImportingModule.ImportFileEndDelegate

    Import file end delegate.

    Inheritance
    System.Object
    ContentImportingModule.ImportFileEndDelegate
    Namespace: FlaxEditor.Modules
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class ImportFileEndDelegate : MulticastDelegate

    Constructors

    ImportFileEndDelegate(Object, IntPtr)

    Declaration
    public ImportFileEndDelegate(object object, IntPtr method)
    Parameters
    System.Object object

    System.IntPtr method

    Methods

    BeginInvoke(IFileEntryAction, Boolean, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IFileEntryAction entry, bool failed, AsyncCallback callback, object object)
    Parameters
    FlaxEditor.Content.IFileEntryAction entry

    System.Boolean failed

    System.AsyncCallback callback

    System.Object object

    Returns
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    System.IAsyncResult result

    Invoke(IFileEntryAction, Boolean)

    Declaration
    public virtual void Invoke(IFileEntryAction entry, bool failed)
    Parameters
    FlaxEditor.Content.IFileEntryAction entry

    System.Boolean failed

    Extension Methods

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