mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Docs update.
This commit is contained in:
parent
8e109b072a
commit
07d43934c6
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ This fixes a bug in FF where it would use the default DOMMouseWheel (thanks @pns
|
|||
* Newly created Groups always had zero z index (thanks @spayton #1291)
|
||||
* Sprite.autoCull now properly works if the camera moves around the world.
|
||||
* Sprite.inCamera uses a much faster check if auto culling or world bounds checks are enabled and properly adjusts for camera position.
|
||||
* Camera.totalInView is a new property that contains the total number of Sprites rendered that have `autoCull` set to true and are within the Cameras view.
|
||||
|
||||
### Pixi 2.1.0 New Features
|
||||
|
||||
|
|
Loading…
Reference in a new issue