phaser/src/gameobjects
2018-06-21 18:13:56 +01:00
..
bitmaptext Documented the Text game object and its TextStyle companion. 2018-06-14 14:27:58 +01:00
blitter Bob.setFrame didn't actually set the frame on the Bob, now it does. Fix #3774 2018-06-20 19:33:59 +01:00
components Documented the majority of the Geom Line functions. 2018-06-21 18:13:56 +01:00
container Documented Light, LightsManager and LightsPlugin. 2018-06-13 18:44:32 +01:00
graphics Merge pull request #3745 from cyantree/feature/update-graphics-jsdoc 2018-06-19 13:19:12 +01:00
group Cleaned up some remaining GameObject descriptions. 2018-06-21 14:18:28 +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 Tweaked the LightsPlugin example in its class description. 2018-06-13 18:56:57 +01:00
mesh Documented the missing descriptions for the Mesh game object. 2018-06-08 15:42:55 +01:00
particles Documented the majority of the Geom Line functions. 2018-06-21 18:13:56 +01:00
pathfollower Documented most of the remaining PathFollower descriptions. 2018-06-21 13:19:52 +01:00
quad Documented the remaining descriptions in the Quad and Sprite game objects. 2018-06-08 15:50:44 +01:00
rendertexture Tidying up Render Texture to make it more useful 2018-06-19 14:14:37 +01:00
sprite Documented the remaining descriptions in the Quad and Sprite game objects. 2018-06-08 15:50:44 +01:00
sprite3d Documented various missing descriptions for GameObject classes and functions. 2018-06-20 07:28:02 +01:00
text Documented various missing descriptions for GameObject classes and functions. 2018-06-20 07:28:02 +01:00
tilesprite Finished up TileSprite property descriptions, started on its class description. 2018-06-20 08:33:55 +01:00
zone Finished up TileSprite property descriptions, started on its class description. 2018-06-20 08:33:55 +01:00
BuildGameObject.js Documented the DisplayList and UpdateList plugins, and the BuildGameObject function. 2018-06-01 11:36:12 +01:00
BuildGameObjectAnimation.js changed animation api calls to include updated set verb (e.g. .setDelay() vs .delay()) 2018-06-16 18:15:29 +01:00
DisplayList.js Documented the DisplayList and UpdateList plugins, and the BuildGameObject function. 2018-06-01 11:36:12 +01:00
GameObject.js Fix GameObject typings for returning this 2018-06-17 08:54:28 +02: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 Finished UpdateList and RetroFont.Config documentation. 2018-06-06 15:11:40 +01:00