Click or drag to resize

TileSetTileSetShapeOffset Method

Sets the offset of a tile's shape.

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

Parameters

id
Type: SystemInt32

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

shapeId
Type: SystemInt32

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

shapeOffset
Type: GodotVector2

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

See Also