phaser/v3/typings/textures/TextureCrop.d.ts

9 lines
194 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
/**
*
* @class Phaser.TextureCrop
* @constructor
* @param {object} source
* @param {number} scaleMode
*/
export default function (gameObject: any, width: any, height: any, x: any, y: any): any;