Delegate EditorProperty.PropertyDeletedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
Represents the method that handles the PropertyDeleted event of a EditorProperty class.
public delegate void EditorProperty.PropertyDeletedEventHandler(StringName property)Parameters
- propertyStringName
- Represents the method that handles the event of a class.
Constructors
PropertyDeletedEventHandler(object, IntPtr)
public PropertyDeletedEventHandler(object @object, IntPtr method)Parameters
Methods
BeginInvoke(StringName, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(StringName property, AsyncCallback callback, object @object)Parameters
- propertyStringName
- callbackAsyncCallback
- objectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)Parameters
- resultIAsyncResult
Invoke(StringName)
public virtual void Invoke(StringName property)Parameters
- propertyStringName