Skip to content

Commit 06155cb

Browse files
committed
Updated docs
1 parent 69a7d5f commit 06155cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/spine/src/gameobject/SpineGameObjectWebGLRenderer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ var Wrap = require('../../../../src/math/Wrap');
2323
* @param {SpineGameObject} src - The Game Object being rendered in this call.
2424
* @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera that is rendering the Game Object.
2525
* @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - This transform matrix is defined if the game object is nested
26+
* @param {SpineContainer} [container] - If this Spine object is in a Spine Container, this is a reference to it.
2627
*/
2728
var SpineGameObjectWebGLRenderer = function (renderer, src, camera, parentMatrix, container)
2829
{

0 commit comments

Comments
 (0)