Click or drag to resize

VisualShaderNodeTextureSetTexture Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualShaderNodeTexture.SetTexture(Godot.Texture)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTexture is deprecated. Use the Texture property instead.")]
public void SetTexture(
	Texture value
)

Parameters

value
Type: GodotTexture

[Missing <param name="value"/> documentation for "M:Godot.VisualShaderNodeTexture.SetTexture(Godot.Texture)"]

See Also