Click or drag to resize

GradientSetOffset Method

Sets the offset for the ramp color at index point.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetOffset(
	int point,
	float offset
)

Parameters

point
Type: SystemInt32

[Missing <param name="point"/> documentation for "M:Godot.Gradient.SetOffset(System.Int32,System.Single)"]

offset
Type: SystemSingle

[Missing <param name="offset"/> documentation for "M:Godot.Gradient.SetOffset(System.Int32,System.Single)"]

See Also