Click or drag to resize

ColorPickerSetPresetsVisible Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ColorPicker.SetPresetsVisible(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetPresetsVisible is deprecated. Use the PresetsVisible property instead.")]
public void SetPresetsVisible(
	bool visible
)

Parameters

visible
Type: SystemBoolean

[Missing <param name="visible"/> documentation for "M:Godot.ColorPicker.SetPresetsVisible(System.Boolean)"]

See Also