Click or drag to resize

ColorPickerSetRawMode Method

Note: This API is now obsolete.

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

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

Parameters

mode
Type: SystemBoolean

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

See Also