arcade-physics
Version:
Use Arcade Physics without Phaser.
15 lines • 545 B
TypeScript
export = GetWorldToTileXFunction;
/**
* Gets the correct function to use to translate tiles, based on the map orientation.
*
* Only orthogonal maps support this feature.
*
* @function Phaser.Tilemaps.Components.GetWorldToTileXFunction
* @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 GetWorldToTileXFunction(orientation: number): Function;
//# sourceMappingURL=GetWorldToTileXFunction.d.ts.map