Click or drag to resize

GradientSetOffsets Method

Note: This API is now obsolete.

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

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

Parameters

offsets
Type: SystemSingle

[Missing <param name="offsets"/> documentation for "M:Godot.Gradient.SetOffsets(System.Single[])"]

See Also