Table of Contents

Delegate EditorInspector.PropertyEditedEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

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

public delegate void EditorInspector.PropertyEditedEventHandler(string property)

Parameters

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

Constructors

PropertyEditedEventHandler(object, IntPtr)

public PropertyEditedEventHandler(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