⚲
Class:
Tile
Lua
C++
Edit
Tile::Move
This method moves the tile by the specified distance. The Z position can be used for sorting tiles.
Syntax
void
Move
(float x, float y, float z = 0.0)
void
Move
(
Vec2
movement)
void
Move
(
Vec3
movement)
Parameter
Description
movement (x,y,z)
movement to apply to the tile
Copyright © 2006-2025 Leadwerks Software.
All rights reserved.
Leadwerks 4 Documentation