Delegate EditorInspector.PropertySelectedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
Represents the method that handles the PropertySelected event of a EditorInspector class.
public delegate void EditorInspector.PropertySelectedEventHandler(string property)
Parameters
property
string- Represents the method that handles the event of a class.
Constructors
PropertySelectedEventHandler(object, IntPtr)
public PropertySelectedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string property, AsyncCallback callback, object @object)
Parameters
property
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string)
public virtual void Invoke(string property)
Parameters
property
string