Click or drag to resize

VisualServerTextureSetPath Method

Sets the texture's path.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void TextureSetPath(
	RID texture,
	string path
)

Parameters

texture
Type: GodotRID

[Missing <param name="texture"/> documentation for "M:Godot.VisualServer.TextureSetPath(Godot.RID,System.String)"]

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Godot.VisualServer.TextureSetPath(Godot.RID,System.String)"]

See Also