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
|