Table of Contents

Enum GradientTexture2D.RepeatEnum

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

Fields

Mirror = 2

The texture is filled starting from FillFrom to FillTo offsets, mirroring the pattern in both directions.

None = 0

The gradient fill is restricted to the range defined by FillFrom to FillTo offsets.

Repeat = 1

The texture is filled starting from FillFrom to FillTo offsets, repeating the same pattern in both directions.