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