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
property
string- Represents the method that handles the event of a class.
checked
bool- 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
property
stringchecked
boolcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string, bool)
public virtual void Invoke(string property, bool @checked)