Click or drag to resize

RangeSetMin Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMin is deprecated. Use the MinValue property instead.")]
public void SetMin(
	double minimum
)

Parameters

minimum
Type: SystemDouble

[Missing <param name="minimum"/> documentation for "M:Godot.Range.SetMin(System.Double)"]

See Also