mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Fill all description tags in GetPhysicsPlugins.js
This commit is contained in:
parent
116e62fafe
commit
2c584d3d0e
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ var UppercaseFirst = require('../utils/string/UppercaseFirst');
|
||||||
* @function Phaser.Scenes.GetPhysicsPlugins
|
* @function Phaser.Scenes.GetPhysicsPlugins
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*
|
*
|
||||||
* @param {Phaser.Scenes.Systems} sys - [description]
|
* @param {Phaser.Scenes.Systems} sys - The scene system to get the physics systems of.
|
||||||
*
|
*
|
||||||
* @return {array} [description]
|
* @return {array} An array of Physics systems to start for this Scene.
|
||||||
*/
|
*/
|
||||||
var GetPhysicsPlugins = function (sys)
|
var GetPhysicsPlugins = function (sys)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue