Enum GradientTexture2D.RepeatEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum GradientTexture2D.RepeatEnum : long
Fields
Mirror = 2The texture is filled starting from FillFrom to FillTo offsets, mirroring the pattern in both directions.
None = 0The gradient fill is restricted to the range defined by FillFrom to FillTo offsets.
Repeat = 1The texture is filled starting from FillFrom to FillTo offsets, repeating the same pattern in both directions.