Click or drag to resize

VisualServerTextureBind Method

Binds the texture to a texture slot.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void TextureBind(
	RID texture,
	uint number
)

Parameters

texture
Type: GodotRID

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

number
Type: SystemUInt32

[Missing <param name="number"/> documentation for "M:Godot.VisualServer.TextureBind(Godot.RID,System.UInt32)"]

See Also