Class ScriptsEditor.ScriptDragDelegate
Delegate for script drag start and event events.
Inheritance
System.Object
ScriptsEditor.ScriptDragDelegate
Namespace: FlaxEditor.CustomEditors.Dedicated
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class ScriptDragDelegate : MulticastDelegate
Constructors
ScriptDragDelegate(Object, IntPtr)
Declaration
public ScriptDragDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Boolean, Script, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(bool start, Script script, AsyncCallback callback, object object)
Parameters
System.Boolean
start
|
Script
script
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Boolean, Script)
Declaration
public virtual void Invoke(bool start, Script script)
Parameters
System.Boolean
start
|
Script
script
|