mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Crop component is missing from RenderTexture
class
This commit is contained in:
parent
64690cf987
commit
936563df11
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ var UUID = require('../../utils/string/UUID');
|
|||
* @extends Phaser.GameObjects.Components.Alpha
|
||||
* @extends Phaser.GameObjects.Components.BlendMode
|
||||
* @extends Phaser.GameObjects.Components.ComputedSize
|
||||
* @extends Phaser.GameObjects.Components.Crop
|
||||
* @extends Phaser.GameObjects.Components.Depth
|
||||
* @extends Phaser.GameObjects.Components.Flip
|
||||
* @extends Phaser.GameObjects.Components.GetBounds
|
||||
|
|
Loading…
Add table
Reference in a new issue