arcade-physics
Version:
Use Arcade Physics without Phaser.
13 lines • 497 B
TypeScript
export = GetTileCornersFunction;
/**
* Gets the correct function to use to get the tile corners, based on the map orientation.
*
* @function Phaser.Tilemaps.Components.GetTileCornersFunction
* @since 3.60.0
*
* @param {number} orientation - The Tilemap orientation constant.
*
* @return {function} The function to use to translate tiles for the given map type.
*/
declare function GetTileCornersFunction(orientation: number): Function;
//# sourceMappingURL=GetTileCornersFunction.d.ts.map