Class UICanvas.TestCanvasIntersectionDelegate
Delegate schema for the callback used to perform custom canvas intersection test. Can be used to implement a canvas that has a holes or non-rectangular shape.
Inheritance
System.Object
UICanvas.TestCanvasIntersectionDelegate
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class TestCanvasIntersectionDelegate : MulticastDelegate
Constructors
TestCanvasIntersectionDelegate(Object, IntPtr)
Declaration
public TestCanvasIntersectionDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(ref Float2, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ref Float2 location, AsyncCallback callback, object object)
Parameters
Float2
location
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(ref Float2, IAsyncResult)
Declaration
public virtual bool EndInvoke(ref Float2 location, IAsyncResult result)
Parameters
Float2
location
|
System.IAsyncResult
result
|
Returns
System.Boolean
|
Invoke(ref Float2)
Declaration
public virtual bool Invoke(ref Float2 location)
Parameters
Float2
location
|
Returns
System.Boolean
|