Table of Contents

Delegate EditorProperty.PropertyKeyedWithValueEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

Represents the method that handles the PropertyKeyedWithValue event of a EditorProperty class.

public delegate void EditorProperty.PropertyKeyedWithValueEventHandler(StringName property, Variant value)

Parameters

property StringName
Represents the method that handles the event of a class.
value Variant
Represents the method that handles the event of a class.

Constructors

PropertyKeyedWithValueEventHandler(object, IntPtr)

public PropertyKeyedWithValueEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(StringName, Variant, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(StringName property, Variant value, AsyncCallback callback, object @object)

Parameters

property StringName
value Variant
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(StringName, Variant)

public virtual void Invoke(StringName property, Variant value)

Parameters

property StringName
value Variant