Click or drag to resize

CurveSetMaxValue Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Curve.SetMaxValue(System.Single)"]

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

Parameters

max
Type: SystemSingle

[Missing <param name="max"/> documentation for "M:Godot.Curve.SetMaxValue(System.Single)"]

See Also