Delegate EditorProperty.ObjectIdSelectedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
Represents the method that handles the ObjectIdSelected event of a EditorProperty class.
public delegate void EditorProperty.ObjectIdSelectedEventHandler(StringName property, long id)
Parameters
property
StringName- Represents the method that handles the event of a class.
id
long- Represents the method that handles the event of a class.
Constructors
ObjectIdSelectedEventHandler(object, IntPtr)
public ObjectIdSelectedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(StringName, long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(StringName property, long id, AsyncCallback callback, object @object)
Parameters
property
StringNameid
longcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(StringName, long)
public virtual void Invoke(StringName property, long id)
Parameters
property
StringNameid
long