Delegate EditorProperty.PropertyCheckedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
Represents the method that handles the PropertyChecked event of a EditorProperty class.
public delegate void EditorProperty.PropertyCheckedEventHandler(StringName property, bool @checked)
Parameters
propertyStringName- Represents the method that handles the event of a class.
checkedbool- Represents the method that handles the event of a class.
Constructors
PropertyCheckedEventHandler(object, IntPtr)
public PropertyCheckedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(StringName, bool, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(StringName property, bool @checked, AsyncCallback callback, object @object)
Parameters
propertyStringNamecheckedboolcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(StringName, bool)
public virtual void Invoke(StringName property, bool @checked)
Parameters
propertyStringNamecheckedbool