Delegate ColorPicker.PresetAddedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the PresetAdded event of a ColorPicker class.
public delegate void ColorPicker.PresetAddedEventHandler(Color color)
Parameters
color
Color- Represents the method that handles the event of a class.
Constructors
PresetAddedEventHandler(object, IntPtr)
public PresetAddedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Color, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Color color, AsyncCallback callback, object @object)
Parameters
color
Colorcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Color)
public virtual void Invoke(Color color)
Parameters
color
Color