Click or drag to resize

RangeGetMax Method

Note: This API is now obsolete.

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

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

Return Value

Type: Double

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

See Also