Search Results for

    Show / Hide Table of Contents

    Class SceneRenderTask.PreRenderDelegate

    The delegate for event PreRender.

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

    Constructors

    PreRenderDelegate(Object, IntPtr)

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

    System.IntPtr method

    Methods

    BeginInvoke(GPUContext, ref RenderContext, AsyncCallback, Object)

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

    RenderContext arg1

    System.AsyncCallback callback

    System.Object object

    Returns
    System.IAsyncResult

    EndInvoke(ref RenderContext, IAsyncResult)

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

    System.IAsyncResult result

    Invoke(GPUContext, ref RenderContext)

    Declaration
    public virtual void Invoke(GPUContext arg0, ref RenderContext arg1)
    Parameters
    GPUContext arg0

    RenderContext arg1

    Extension Methods

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