Table of Contents

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

object object
method IntPtr

Methods

BeginInvoke(string, bool, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string property, bool @checked, AsyncCallback callback, object @object)

Parameters

property string
checked bool
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string, bool)

public virtual void Invoke(string property, bool @checked)

Parameters

property string
checked bool