Click or drag to resize

LargeTextureSetPieceTexture Method

Sets the Texture of the piece with index idx to texture.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetPieceTexture(
	int idx,
	Texture texture
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.LargeTexture.SetPieceTexture(System.Int32,Godot.Texture)"]

texture
Type: GodotTexture

[Missing <param name="texture"/> documentation for "M:Godot.LargeTexture.SetPieceTexture(System.Int32,Godot.Texture)"]

See Also