Click or drag to resize

NoiseTextureSeamless Property

Whether the texture can be tiled without visible seams or not. Seamless textures take longer to generate.

Note: Seamless noise has a lower contrast compared to non-seamless noise. This is due to the way noise uses higher dimensions for generating seamless noise.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool Seamless { get; set; }

Property Value

Type: Boolean
See Also