Layer.TilemapElement - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a Tilemap Element used to draw Tiles from a Tileset onto a Layer.

Specification

Destruction
Elements
Layer.TilemapElement.destroy()
None

Properties

Name
Type
Default
Modifiable
parent
other
No
ID
{int:tilemapElement}
None
No
tileset
{int:tileset}
None
No
location
undefined
No
size
undefined
No

Construction types

Name
Arguments
New element
tileset {int:tileset}
location {Vector2}
size {Vector2}
Wrapper
tilemapElement {int:tilemapElement}
Empty
Constructor copy
other {Layer.TilemapElement}
⚠️ **GitHub.com Fallback** ⚠️