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
|