Click or drag to resize

LargeTextureAddPiece Method

Adds texture to this LargeTexture, starting on offset ofs.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int AddPiece(
	Vector2 ofs,
	Texture texture
)

Parameters

ofs
Type: GodotVector2

[Missing <param name="ofs"/> documentation for "M:Godot.LargeTexture.AddPiece(Godot.Vector2,Godot.Texture)"]

texture
Type: GodotTexture

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.LargeTexture.AddPiece(Godot.Vector2,Godot.Texture)"]

See Also