Click or drag to resize

TileSetTileSetZIndex Method

Sets the tile's drawing index.

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

Parameters

id
Type: SystemInt32

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

zIndex
Type: SystemInt32

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

See Also