UNPKG

arcade-physics

Version:
13 lines 500 B
export = GetTileToWorldXYFunction; /** * Gets the correct function to use to translate tiles, based on the map orientation. * * @function Phaser.Tilemaps.Components.GetTileToWorldXYFunction * @since 3.50.0 * * @param {number} orientation - The Tilemap orientation constant. * * @return {function} The function to use to translate tiles for the given map type. */ declare function GetTileToWorldXYFunction(orientation: number): Function; //# sourceMappingURL=GetTileToWorldXYFunction.d.ts.map