start

var start: Vector2(source)

Specifies the start point of the linear gradient. The coordinate values are normalized when using BOUNDS coordinates, where (0,0) represents the top-left corner and (1,1) represents the bottom-right corner of the gradient's bounding box. The default value is set to Vector2(0.0, 0.5), which places the start point at the left middle edge of the bounding box.