mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 09:03:29 +00:00
9 lines
194 B
TypeScript
9 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;
|