Delegate EditorProperty.PropertyKeyedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
Represents the method that handles the PropertyKeyed event of a EditorProperty class.
public delegate void EditorProperty.PropertyKeyedEventHandler(StringName property)
Parameters
property
StringName- Represents the method that handles the event of a class.
Constructors
PropertyKeyedEventHandler(object, IntPtr)
public PropertyKeyedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(StringName, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(StringName property, AsyncCallback callback, object @object)
Parameters
property
StringNamecallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(StringName)
public virtual void Invoke(StringName property)
Parameters
property
StringName