Click or drag to resize

EditorPropertySetDrawRed Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDrawRed is deprecated. Use the DrawRed property instead.")]
public void SetDrawRed(
	bool drawRed
)

Parameters

drawRed
Type: SystemBoolean

[Missing <param name="drawRed"/> documentation for "M:Godot.EditorProperty.SetDrawRed(System.Boolean)"]

See Also