Class AssetPreview.CustomDebugDrawDelegate
Debug shapes drawing delegate.
Inheritance
System.Object
AssetPreview.CustomDebugDrawDelegate
Namespace: FlaxEditor.Viewport.Previews
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class CustomDebugDrawDelegate : MulticastDelegate
Constructors
CustomDebugDrawDelegate(Object, IntPtr)
Declaration
public CustomDebugDrawDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(GPUContext, ref RenderContext, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(GPUContext context, ref RenderContext renderContext, AsyncCallback callback, object object)
Parameters
GPUContext
context
|
RenderContext
renderContext
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(ref RenderContext, IAsyncResult)
Declaration
public virtual void EndInvoke(ref RenderContext renderContext, IAsyncResult result)
Parameters
RenderContext
renderContext
|
System.IAsyncResult
result
|
Invoke(GPUContext, ref RenderContext)
Declaration
public virtual void Invoke(GPUContext context, ref RenderContext renderContext)
Parameters
GPUContext
context
|
RenderContext
renderContext
|