This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2024-12-24 12:03:36 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
48d9eb6321
phaser
/
src
/
cameras
History
Richard Davey
84c1344f63
CameraManager.getVisibleChildren
is a new method that is called internally by the
CameraManager.render
method. It filters the DisplayList, so that Game Objects that pass the
willRender
test for the given Camera are added to a sub-list, which is then passed to the renderer. This avoids the renderer having to do any checks on the children, it just renders each one in turn.
2020-10-16 11:35:45 +01:00
..
2d
CameraManager.getVisibleChildren
is a new method that is called internally by the
CameraManager.render
method. It filters the DisplayList, so that Game Objects that pass the
willRender
test for the given Camera are added to a sub-list, which is then passed to the renderer. This avoids the renderer having to do any checks on the children, it just renders each one in turn.
2020-10-16 11:35:45 +01:00
controls
Merge pull request
#4975
from JasonHK/jsdoc
2020-04-27 13:25:58 +01:00
index.js
Changed copyright date to 2020
2020-01-15 12:07:09 +00:00