Click or drag to resize

TileSetAutotileGetZIndex Method

Returns the drawing index of the subtile from an atlas/autotile given its coordinates.

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

Parameters

id
Type: SystemInt32

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

coord
Type: GodotVector2

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

Return Value

Type: Int32

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

See Also