Click or drag to resize

TileSetTileSetTextureOffset Method

Sets the tile's texture offset.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void TileSetTextureOffset(
	int id,
	Vector2 textureOffset
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Godot.TileSet.TileSetTextureOffset(System.Int32,Godot.Vector2)"]

textureOffset
Type: GodotVector2

[Missing <param name="textureOffset"/> documentation for "M:Godot.TileSet.TileSetTextureOffset(System.Int32,Godot.Vector2)"]

See Also