Click or drag to resize

NoiseTextureSetSeamless Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.NoiseTexture.SetSeamless(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSeamless is deprecated. Use the Seamless property instead.")]
public void SetSeamless(
	bool seamless
)

Parameters

seamless
Type: SystemBoolean

[Missing <param name="seamless"/> documentation for "M:Godot.NoiseTexture.SetSeamless(System.Boolean)"]

See Also