Click or drag to resize

ColorPickerDeferredMode Property

If true, the color will apply only after the user releases the mouse button, otherwise it will apply immediately even in mouse motion event (which can cause performance issues).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool DeferredMode { get; set; }

Property Value

Type: Boolean
See Also