Click or drag to resize

TileSetTileGetShapeTransform Method

Returns the Transform2D of a tile's shape.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Transform2D TileGetShapeTransform(
	int id,
	int shapeId
)

Parameters

id
Type: SystemInt32

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

shapeId
Type: SystemInt32

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

Return Value

Type: Transform2D

[Missing <returns> documentation for "M:Godot.TileSet.TileGetShapeTransform(System.Int32,System.Int32)"]

See Also