Class ActorSearchPopup.IsValidDelegate
Validates if the given actor item can be used to pick it.
Inheritance
System.Object
ActorSearchPopup.IsValidDelegate
Namespace: FlaxEditor.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class IsValidDelegate : MulticastDelegate
Constructors
IsValidDelegate(Object, IntPtr)
Declaration
public IsValidDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Actor, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Actor actor, AsyncCallback callback, object object)
Parameters
Actor
actor
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Returns
System.Boolean
|