UNPKG

arcade-physics

Version:
13 lines 496 B
export = GetTileToWorldXFunction; /** * Gets the correct function to use to translate tiles, based on the map orientation. * * @function Phaser.Tilemaps.Components.GetTileToWorldXFunction * @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 GetTileToWorldXFunction(orientation: number): Function; //# sourceMappingURL=GetTileToWorldXFunction.d.ts.map