Click or drag to resize

TileSetTileGetRegion Method

Returns the tile sub-region in the texture.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Rect2 TileGetRegion(
	int id
)

Parameters

id
Type: SystemInt32

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

Return Value

Type: Rect2

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

See Also