[readonly] bottom : number The sum of the y and height properties.
y : number The y map coordinate of this tile. Source code:
flipped : boolean Whether this tile is flipped (mirrored) or not. Source
worldY Properties: Name Type Description
faceLeft : boolean Is the left of this tile an interesting edge? Source code:
x : number The x map coordinate of this tile. Source code:
[readonly] right : number The sum of the x and width properties.
scanned : boolean Has this tile been walked / turned into a poly? Source
[readonly] collides : boolean True if this tile can collide on any of its faces.
layer : Object The layer in the Tilemap data that this tile belongs to. Source
Page 3 of 4