Table of Contents

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

object object
method IntPtr

Methods

BeginInvoke(StringName, long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(StringName property, long id, AsyncCallback callback, object @object)

Parameters

property StringName
id long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(StringName, long)

public virtual void Invoke(StringName property, long id)

Parameters

property StringName
id long