Search Results for

    Show / Hide Table of Contents

    Class SceneRenderTask.CollectDrawCallsDelegate

    The delegate for event CollectDrawCalls.

    Inheritance
    System.Object
    SceneRenderTask.CollectDrawCallsDelegate
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class CollectDrawCallsDelegate : MulticastDelegate

    Constructors

    CollectDrawCallsDelegate(Object, IntPtr)

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

    System.IntPtr method

    Methods

    BeginInvoke(ref RenderContext, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ref RenderContext arg0, AsyncCallback callback, object object)
    Parameters
    RenderContext arg0

    System.AsyncCallback callback

    System.Object object

    Returns
    System.IAsyncResult

    EndInvoke(ref RenderContext, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref RenderContext arg0, IAsyncResult result)
    Parameters
    RenderContext arg0

    System.IAsyncResult result

    Invoke(ref RenderContext)

    Declaration
    public virtual void Invoke(ref RenderContext arg0)
    Parameters
    RenderContext arg0

    Extension Methods

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