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
Methods
BeginInvoke(StringName, Variant, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(StringName property, Variant value, AsyncCallback callback, object @object)
Parameters
property
StringNamevalue
Variantcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(StringName, Variant)
public virtual void Invoke(StringName property, Variant value)
Parameters
property
StringNamevalue
Variant