If I add a custom property via tiled to a tilemap and apply it to a tile are we expected to see it in TileInfo's properties object?
Looking through the code it looks like the properties are parsed and added to the TileInfo object but I'm not seeing my custom properties when calling getTileOriginPosition or getTileByPosition, tile.properties is empty:
If I look into the layers and then tileset on the scene I see my properties at the same GID as the tile above.