phaser/v3/typings/textures/TextureCrop.d.ts
2017-01-16 22:43:07 +01:00

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;