Click or drag to resize

RangeGetMin Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Range.GetMin"]

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

Return Value

Type: Double

[Missing <returns> documentation for "M:Godot.Range.GetMin"]

See Also