Table of Contents

Delegate EditorInspector.PropertySelectedEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

Represents the method that handles the PropertySelected event of a EditorInspector class.

public delegate void EditorInspector.PropertySelectedEventHandler(string property)

Parameters

property string
Represents the method that handles the event of a class.

Constructors

PropertySelectedEventHandler(object, IntPtr)

public PropertySelectedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string property, AsyncCallback callback, object @object)

Parameters

property string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string)

public virtual void Invoke(string property)

Parameters

property string