Delegate EditorInspector.PropertyToggledEventHandler
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
Represents the method that handles the PropertyToggled event of a EditorInspector class.
public delegate void EditorInspector.PropertyToggledEventHandler(string property, bool @checked)
Parameters
propertystring- Represents the method that handles the event of a class.
checkedbool- Represents the method that handles the event of a class.
Constructors
PropertyToggledEventHandler(object, IntPtr)
public PropertyToggledEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string, bool, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string property, bool @checked, AsyncCallback callback, object @object)
Parameters
propertystringcheckedboolcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(string, bool)
public virtual void Invoke(string property, bool @checked)