Click or drag to resize

VisualShaderNodeTextureGetTexture Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualShaderNodeTexture.GetTexture"]

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

Return Value

Type: Texture

[Missing <returns> documentation for "M:Godot.VisualShaderNodeTexture.GetTexture"]

See Also