phaser/src/gameobjects
2019-05-09 11:58:41 +01:00
..
bitmaptext Bitmap Text Types 2019-05-09 11:54:43 +01:00
blitter The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
components PathFollower Types 2019-05-09 11:57:27 +01:00
container The Container.setScrollFactor method has a new optional argument updateChildren. If set, it will change the scrollFactor values of all the Container children as well as the Container. Fix #4466 #4475 2019-04-24 12:09:16 +01:00
domelement Finished JSDocs 2019-05-08 21:49:36 +01:00
events Added jsdoc version numbers to each event 2019-02-12 11:37:58 +00:00
extern The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
graphics Graphics Types 2019-05-09 11:55:40 +01:00
group Group Types 2019-05-09 11:56:16 +01:00
image The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
lights All listeners use the new Events 2019-01-18 13:41:43 +00:00
mesh The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
particles Particles Types 2019-05-09 11:57:00 +01:00
pathfollower PathFollower Types 2019-05-09 11:57:27 +01:00
quad Happy New Year 2019-01-15 16:20:22 +00:00
rendertexture RenderTexture Types 2019-05-09 11:58:09 +01:00
shader Fixed namespace 2019-05-09 11:05:42 +01:00
shape Copy paste fix 2019-04-18 17:55:42 +01:00
sprite Sprite Types 2019-05-09 11:58:41 +01:00
text Merge pull request #4504 from rexrainbow/master 2019-05-04 12:21:06 +01:00
tilesprite The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
typedefs Moving all of the typedefs to properly namespaced scopes, rather than globals 2019-02-13 12:35:12 +00:00
zone The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
BuildGameObject.js Moving all of the typedefs to properly namespaced scopes, rather than globals 2019-02-13 12:35:12 +00:00
BuildGameObjectAnimation.js Happy New Year 2019-01-15 16:20:22 +00:00
DisplayList.js All listeners use the new Events 2019-01-18 13:41:43 +00:00
GameObject.js Input typedefs 2019-02-13 14:17:36 +00:00
GameObjectCreator.js All listeners use the new Events 2019-01-18 13:41:43 +00:00
GameObjectFactory.js All listeners use the new Events 2019-01-18 13:41:43 +00:00
index.js Bitmap Text Types 2019-05-09 11:54:43 +01:00
UpdateList.js UpdateList.remove will now move the removed child to the internal _pendingRemoval array, instead of slicing it directly out of the active list. The pending list is cleared at the start of the next game frame. Fix #4365 2019-04-24 13:58:05 +01:00