⚲
Class:
Tile
Lua
C++
Edit
Tile::SetPosition
This method sets the tile position in 2D space. The Z position can be used for sorting tiles.
Syntax
void
SetPosition
(float x, float y, float z = 0.0)
void
SetPosition
(
Vec2
position)
void
SetPosition
(
Vec2
position)
Parameter
Description
position (x,y,z)
position to set
Copyright © 2006-2025 Leadwerks Software.
All rights reserved.
Leadwerks 4 Documentation