mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
8 lines
194 B
TypeScript
8 lines
194 B
TypeScript
/**
|
|
*
|
|
* @class Phaser.TextureCrop
|
|
* @constructor
|
|
* @param {object} source
|
|
* @param {number} scaleMode
|
|
*/
|
|
export default function (gameObject: any, width: any, height: any, x: any, y: any): any;
|