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
Methods
BeginInvoke(string, Variant, bool, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string property, Variant value, bool advance, AsyncCallback callback, object @object)
Parameters
property
stringvalue
Variantadvance
boolcallback
AsyncCallbackobject
object
Returns
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)