phaser/src/gameobjects
2018-06-06 14:23:39 +01:00
..
bitmaptext Cleaned up some previous documentation, finished the RenderTexture GameObject documentation. 2018-06-06 14:23:39 +01:00
blitter Blitter preDestroy will now clear the children List and renderList. 2018-05-22 16:02:13 +01:00
components Cleaned up some previous documentation, finished the RenderTexture GameObject documentation. 2018-06-06 14:23:39 +01:00
container Updated method names 2018-05-23 23:09:31 +01:00
graphics Added preDestroy callback 2018-05-22 15:59:23 +01:00
group Merge pull request #3687 from thomastanck/thomastanck-typedefupdates 2018-05-24 13:49:30 +01:00
image Calling a creator, such as GraphicsCreator, without passing in a config object, would cause an error to be thrown. All Game Object creators now catch against this. 2018-05-16 15:17:08 +01:00
lights All systems now register themselves with the new PluginCache 2018-05-15 12:51:50 +01:00
mesh Calling a creator, such as GraphicsCreator, without passing in a config object, would cause an error to be thrown. All Game Object creators now catch against this. 2018-05-16 15:17:08 +01:00
particles Added 2 NOOPs instead of merging the whole mixins. 2018-06-01 00:03:45 +01:00
pathfollower Initial Commit 2018-03-30 13:46:44 -04:00
quad Calling a creator, such as GraphicsCreator, without passing in a config object, would cause an error to be thrown. All Game Object creators now catch against this. 2018-05-16 15:17:08 +01:00
rendertexture Cleaned up some previous documentation, finished the RenderTexture GameObject documentation. 2018-06-06 14:23:39 +01:00
sprite Calling a creator, such as GraphicsCreator, without passing in a config object, would cause an error to be thrown. All Game Object creators now catch against this. 2018-05-16 15:17:08 +01:00
sprite3d Calling a creator, such as GraphicsCreator, without passing in a config object, would cause an error to be thrown. All Game Object creators now catch against this. 2018-05-16 15:17:08 +01:00
text Added jsdocs 2018-05-22 15:55:02 +01:00
tilesprite TileSprite.destroy has been renamed to preDestroy to take advantage of the preDestroy callback system. 2018-05-22 15:54:53 +01:00
zone Initial Commit 2018-03-30 13:46:44 -04:00
BuildGameObject.js Documented the DisplayList and UpdateList plugins, and the BuildGameObject function. 2018-06-01 11:36:12 +01:00
BuildGameObjectAnimation.js Documented the DisplayList and UpdateList plugins, and the BuildGameObject function. 2018-06-01 11:36:12 +01:00
DisplayList.js Documented the DisplayList and UpdateList plugins, and the BuildGameObject function. 2018-06-01 11:36:12 +01:00
GameObject.js Significant Data Manager overhaul. 2018-06-05 01:01:13 +01:00
GameObjectCreator.js All systems now register themselves with the new PluginCache 2018-05-15 12:51:50 +01:00
GameObjectFactory.js All systems now register themselves with the new PluginCache 2018-05-15 12:51:50 +01:00
index.js Updated to use typeof DefinePlugin check. 2018-04-20 00:23:24 +01:00
UpdateList.js Merge pull request #3726 from samme/feature/updatelist-length 2018-06-03 21:01:07 +01:00