Table of Contents

Delegate EditorInspector.PropertyKeyedEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

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

public delegate void EditorInspector.PropertyKeyedEventHandler(string property, Variant value, bool advance)

Parameters

property string
Represents the method that handles the event of a class.
value Variant
Represents the method that handles the event of a class.
advance bool
Represents the method that handles the event of a class.

Constructors

PropertyKeyedEventHandler(object, IntPtr)

public PropertyKeyedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, Variant, bool, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string property, Variant value, bool advance, AsyncCallback callback, object @object)

Parameters

property string
value Variant
advance bool
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string, Variant, bool)

public virtual void Invoke(string property, Variant value, bool advance)

Parameters

property string
value Variant
advance bool