Search Results for

    Show / Hide Table of Contents

    Class GameCooker.BuildProgressDelegate

    Game building progress reporting delegate type.

    Inheritance
    System.Object
    GameCooker.BuildProgressDelegate
    Namespace: FlaxEditor
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class BuildProgressDelegate : MulticastDelegate

    Constructors

    BuildProgressDelegate(Object, IntPtr)

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

    System.IntPtr method

    Methods

    BeginInvoke(String, Single, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string info, float totalProgress, AsyncCallback callback, object object)
    Parameters
    System.String info

    System.Single totalProgress

    System.AsyncCallback callback

    System.Object object

    Returns
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(String, Single)

    Declaration
    public virtual void Invoke(string info, float totalProgress)
    Parameters
    System.String info

    System.Single totalProgress

    Extension Methods

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