arcade-physics
Version:
Use Arcade Physics without Phaser.
13 lines • 481 B
TypeScript
export = FromOrientationString;
/**
* Get the Tilemap orientation from the given string.
*
* @function Phaser.Tilemaps.Parsers.FromOrientationString
* @since 3.50.0
*
* @param {string} [orientation] - The orientation type as a string.
*
* @return {Phaser.Tilemaps.OrientationType} The Tilemap Orientation type.
*/
declare function FromOrientationString(orientation?: string | undefined): Phaser.Tilemaps.OrientationType;
//# sourceMappingURL=FromOrientationString.d.ts.map