Table of Contents

Enum GradientTexture2D.FillEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum GradientTexture2D.FillEnum : long

Fields

Linear = 0

The colors are linearly interpolated in a straight line.

Radial = 1

The colors are linearly interpolated in a circular pattern.

Square = 2

The colors are linearly interpolated in a square pattern.