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
propertyStringName- Represents the method that handles the event of a class.
valueVariant- 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
propertyStringNamevalueVariantcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(StringName, Variant)
public virtual void Invoke(StringName property, Variant value)
Parameters
propertyStringNamevalueVariant