Click or drag to resize

RangeSetMax Method

Note: This API is now obsolete.

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

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

Parameters

maximum
Type: SystemDouble

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

See Also