Type alias SimpleTileMapObjectDataType
SimpleTileMapObjectDataType: {
content: {
atlasImage: string;
columnCount: number;
opacity: number;
rowCount: number;
tileSize: number;
tilesWithHitBox: string;
};
}
Type declaration
content: {
atlasImage: string;
columnCount: number;
opacity: number;
rowCount: number;
tileSize: number;
tilesWithHitBox: string;
}
atlasImage: string
columnCount: number
opacity: number
rowCount: number
tileSize: number
tilesWithHitBox: string