Click or drag to resize

RangeSetAllowGreater Method

Note: This API is now obsolete.

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

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

Parameters

allow
Type: SystemBoolean

[Missing <param name="allow"/> documentation for "M:Godot.Range.SetAllowGreater(System.Boolean)"]

See Also