Class ScriptSearchPopup.IsValidDelegate
Validates if the given script item can be used to pick it.
Inheritance
System.Object
ScriptSearchPopup.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(Script, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Script script, AsyncCallback callback, object object)
Parameters
Script
script
|
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
|
Invoke(Script)
Declaration
public virtual bool Invoke(Script script)
Parameters
Script
script
|
Returns
System.Boolean
|