Click or drag to resize

LargeTextureSetPieceOffset Method

Sets the offset of the piece with the index idx to ofs.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetPieceOffset(
	int idx,
	Vector2 ofs
)

Parameters

idx
Type: SystemInt32

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

ofs
Type: GodotVector2

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

See Also