Search Results for

    Show / Hide Table of Contents

    Class GameCooker.BuildEventDelegate

    Game building event delegate.

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

    Constructors

    BuildEventDelegate(Object, IntPtr)

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

    System.IntPtr method

    Methods

    BeginInvoke(GameCooker.EventType, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(GameCooker.EventType type, AsyncCallback callback, object object)
    Parameters
    GameCooker.EventType type

    System.AsyncCallback callback

    System.Object object

    Returns
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(GameCooker.EventType)

    Declaration
    public virtual void Invoke(GameCooker.EventType type)
    Parameters
    GameCooker.EventType type

    Extension Methods

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