Click or drag to resize

GradientGetOffset Method

Returns the offset of the ramp color at index point.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float GetOffset(
	int point
)

Parameters

point
Type: SystemInt32

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

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.Gradient.GetOffset(System.Int32)"]

See Also