We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116e62f commit 2c584d3Copy full SHA for 2c584d3
1 file changed
src/scene/GetPhysicsPlugins.js
@@ -13,9 +13,9 @@ var UppercaseFirst = require('../utils/string/UppercaseFirst');
13
* @function Phaser.Scenes.GetPhysicsPlugins
14
* @since 3.0.0
15
*
16
- * @param {Phaser.Scenes.Systems} sys - [description]
+ * @param {Phaser.Scenes.Systems} sys - The scene system to get the physics systems of.
17
18
- * @return {array} [description]
+ * @return {array} An array of Physics systems to start for this Scene.
19
*/
20
var GetPhysicsPlugins = function (sys)
21
{
0 commit comments